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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=520",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=518",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 519,
    "results": [
        {
            "start": 826606411,
            "stop": 826626630
        },
        {
            "start": 826628501,
            "stop": 826641002
        },
        {
            "start": 826641817,
            "stop": 826642219
        },
        {
            "start": 826642903,
            "stop": 826643625
        },
        {
            "start": 826645091,
            "stop": 826648091
        },
        {
            "start": 826648099,
            "stop": 826658337
        },
        {
            "start": 826659119,
            "stop": 826660959
        },
        {
            "start": 826661962,
            "stop": 826666982
        },
        {
            "start": 826666983,
            "stop": 826667411
        },
        {
            "start": 826670429,
            "stop": 826673000
        },
        {
            "start": 826673007,
            "stop": 826681239
        },
        {
            "start": 826688264,
            "stop": 826700238
        },
        {
            "start": 826701367,
            "stop": 826702907
        },
        {
            "start": 826702912,
            "stop": 826702942
        },
        {
            "start": 826702947,
            "stop": 826709217
        },
        {
            "start": 826710267,
            "stop": 826717548
        },
        {
            "start": 826718191,
            "stop": 826718291
        },
        {
            "start": 826719448,
            "stop": 826724406
        },
        {
            "start": 826725361,
            "stop": 826727494
        },
        {
            "start": 826727495,
            "stop": 826730506
        }
    ]
}