Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=224
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=223",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 224,
    "results": [
        {
            "start": 820368064,
            "stop": 820368560
        },
        {
            "start": 820368563,
            "stop": 820368585
        },
        {
            "start": 820368602,
            "stop": 820368608
        },
        {
            "start": 820368611,
            "stop": 820368642
        },
        {
            "start": 820368659,
            "stop": 820368982
        },
        {
            "start": 820368985,
            "stop": 820369411
        },
        {
            "start": 820369428,
            "stop": 820369610
        },
        {
            "start": 820369614,
            "stop": 820369873
        },
        {
            "start": 820369890,
            "stop": 820370101
        },
        {
            "start": 820370104,
            "stop": 820370783
        },
        {
            "start": 820370786,
            "stop": 820370958
        },
        {
            "start": 820370961,
            "stop": 820371081
        },
        {
            "start": 820371098,
            "stop": 820371146
        },
        {
            "start": 820371163,
            "stop": 820371378
        },
        {
            "start": 820371395,
            "stop": 820371577
        },
        {
            "start": 820371595,
            "stop": 820371807
        },
        {
            "start": 820373453,
            "stop": 820373634
        },
        {
            "start": 820373637,
            "stop": 820373773
        },
        {
            "start": 820373777,
            "stop": 820373850
        },
        {
            "start": 820373853,
            "stop": 820374684
        }
    ]
}