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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=463",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=461",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 462,
    "results": [
        {
            "start": 951025168,
            "stop": 951026483
        },
        {
            "start": 951028836,
            "stop": 951048821
        },
        {
            "start": 951053214,
            "stop": 951080236
        },
        {
            "start": 951084966,
            "stop": 951087185
        },
        {
            "start": 951090751,
            "stop": 951093405
        },
        {
            "start": 951095742,
            "stop": 951103408
        },
        {
            "start": 951110708,
            "stop": 951116589
        },
        {
            "start": 951118760,
            "stop": 951125402
        },
        {
            "start": 951128294,
            "stop": 951141962
        },
        {
            "start": 951148034,
            "stop": 951152230
        },
        {
            "start": 951157872,
            "stop": 951164399
        },
        {
            "start": 951166521,
            "stop": 951167687
        },
        {
            "start": 951170468,
            "stop": 951179366
        },
        {
            "start": 951184198,
            "stop": 951208237
        },
        {
            "start": 951215448,
            "stop": 951244884
        },
        {
            "start": 951246163,
            "stop": 951250147
        },
        {
            "start": 951259754,
            "stop": 951261561
        },
        {
            "start": 951265889,
            "stop": 951288436
        },
        {
            "start": 951321159,
            "stop": 951321504
        },
        {
            "start": 951326019,
            "stop": 951329695
        }
    ]
}