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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=66",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 67,
    "results": [
        {
            "start": 953652548,
            "stop": 953654550
        },
        {
            "start": 953670172,
            "stop": 953670464
        },
        {
            "start": 953672117,
            "stop": 953674618
        },
        {
            "start": 953677854,
            "stop": 953686237
        },
        {
            "start": 953687731,
            "stop": 953720144
        },
        {
            "start": 953723264,
            "stop": 953744458
        },
        {
            "start": 953747723,
            "stop": 953768714
        },
        {
            "start": 953778450,
            "stop": 953796277
        },
        {
            "start": 953803579,
            "stop": 953821925
        },
        {
            "start": 953826693,
            "stop": 953835677
        },
        {
            "start": 953839193,
            "stop": 953846710
        },
        {
            "start": 953876264,
            "stop": 953876297
        },
        {
            "start": 953876314,
            "stop": 953898184
        },
        {
            "start": 953927267,
            "stop": 953927737
        },
        {
            "start": 953942055,
            "stop": 953946833
        },
        {
            "start": 953949192,
            "stop": 953965828
        },
        {
            "start": 953978947,
            "stop": 953981322
        },
        {
            "start": 953997580,
            "stop": 953998545
        },
        {
            "start": 954016251,
            "stop": 954025319
        },
        {
            "start": 954026234,
            "stop": 954026451
        }
    ]
}