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/H1_BURST_CAT1/segments?format=api&page=223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=222",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 223,
    "results": [
        {
            "start": 850695926,
            "stop": 850696897
        },
        {
            "start": 850698379,
            "stop": 850715534
        },
        {
            "start": 850722293,
            "stop": 850723161
        },
        {
            "start": 850785225,
            "stop": 850825126
        },
        {
            "start": 850826064,
            "stop": 850841069
        },
        {
            "start": 850841869,
            "stop": 850853128
        },
        {
            "start": 850855168,
            "stop": 850856860
        },
        {
            "start": 850857961,
            "stop": 850859491
        },
        {
            "start": 850859791,
            "stop": 850880233
        },
        {
            "start": 850880712,
            "stop": 850880854
        },
        {
            "start": 850881355,
            "stop": 850940458
        },
        {
            "start": 850940934,
            "stop": 851016283
        },
        {
            "start": 851016285,
            "stop": 851033104
        },
        {
            "start": 851033748,
            "stop": 851038583
        },
        {
            "start": 851040269,
            "stop": 851071103
        },
        {
            "start": 851072939,
            "stop": 851072984
        },
        {
            "start": 851073644,
            "stop": 851073646
        },
        {
            "start": 851074022,
            "stop": 851074040
        },
        {
            "start": 851074150,
            "stop": 851074279
        },
        {
            "start": 851074830,
            "stop": 851075613
        }
    ]
}