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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=89",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 90,
    "results": [
        {
            "start": 931613064,
            "stop": 931613073
        },
        {
            "start": 931613090,
            "stop": 931613118
        },
        {
            "start": 931613136,
            "stop": 931613397
        },
        {
            "start": 931613399,
            "stop": 931613681
        },
        {
            "start": 931613684,
            "stop": 931613725
        },
        {
            "start": 931613743,
            "stop": 931613748
        },
        {
            "start": 931613765,
            "stop": 931613810
        },
        {
            "start": 931613828,
            "stop": 931613861
        },
        {
            "start": 931613916,
            "stop": 931613921
        },
        {
            "start": 931613939,
            "stop": 931614055
        },
        {
            "start": 931614199,
            "stop": 931614213
        },
        {
            "start": 931614235,
            "stop": 931614254
        },
        {
            "start": 931614274,
            "stop": 931614394
        },
        {
            "start": 931614411,
            "stop": 931614432
        },
        {
            "start": 931614434,
            "stop": 931614511
        },
        {
            "start": 931614623,
            "stop": 931614641
        },
        {
            "start": 931614677,
            "stop": 931614678
        },
        {
            "start": 931614701,
            "stop": 931614708
        },
        {
            "start": 931614794,
            "stop": 931614803
        },
        {
            "start": 931614874,
            "stop": 931614893
        }
    ]
}