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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46981",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46979",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46980,
    "results": [
        {
            "start": 875214258,
            "stop": 875214286
        },
        {
            "start": 875214288,
            "stop": 875214308
        },
        {
            "start": 875214311,
            "stop": 875214319
        },
        {
            "start": 875214321,
            "stop": 875214348
        },
        {
            "start": 875214350,
            "stop": 875214393
        },
        {
            "start": 875214394,
            "stop": 875214513
        },
        {
            "start": 875214517,
            "stop": 875214523
        },
        {
            "start": 875214524,
            "stop": 875214528
        },
        {
            "start": 875214531,
            "stop": 875214532
        },
        {
            "start": 875214535,
            "stop": 875214544
        },
        {
            "start": 875214546,
            "stop": 875214552
        },
        {
            "start": 875214553,
            "stop": 875214575
        },
        {
            "start": 875214576,
            "stop": 875214586
        },
        {
            "start": 875214587,
            "stop": 875214594
        },
        {
            "start": 875214597,
            "stop": 875214607
        },
        {
            "start": 875214610,
            "stop": 875214623
        },
        {
            "start": 875214625,
            "stop": 875214635
        },
        {
            "start": 875214636,
            "stop": 875214646
        },
        {
            "start": 875214648,
            "stop": 875214702
        },
        {
            "start": 875214705,
            "stop": 875214712
        }
    ]
}