Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=108",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 109,
    "results": [
        {
            "start": 834348323,
            "stop": 834350582
        },
        {
            "start": 834353718,
            "stop": 834358427
        },
        {
            "start": 834358761,
            "stop": 834368529
        },
        {
            "start": 834371440,
            "stop": 834373799
        },
        {
            "start": 834373806,
            "stop": 834374713
        },
        {
            "start": 834377697,
            "stop": 834390174
        },
        {
            "start": 834390182,
            "stop": 834390188
        },
        {
            "start": 834392076,
            "stop": 834418161
        },
        {
            "start": 834418169,
            "stop": 834419249
        },
        {
            "start": 834419256,
            "stop": 834421000
        },
        {
            "start": 834422441,
            "stop": 834422448
        },
        {
            "start": 834422461,
            "stop": 834422485
        },
        {
            "start": 834422493,
            "stop": 834423173
        },
        {
            "start": 834423180,
            "stop": 834423686
        },
        {
            "start": 834423693,
            "stop": 834424301
        },
        {
            "start": 834426615,
            "stop": 834435525
        },
        {
            "start": 834436487,
            "stop": 834437128
        },
        {
            "start": 834437135,
            "stop": 834437803
        },
        {
            "start": 834445815,
            "stop": 834460783
        },
        {
            "start": 834460791,
            "stop": 834465488
        }
    ]
}