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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46844
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=46845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46843",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46844,
    "results": [
        {
            "start": 875138337,
            "stop": 875138345
        },
        {
            "start": 875138348,
            "stop": 875138358
        },
        {
            "start": 875138359,
            "stop": 875138417
        },
        {
            "start": 875138418,
            "stop": 875138422
        },
        {
            "start": 875138424,
            "stop": 875138431
        },
        {
            "start": 875138434,
            "stop": 875138465
        },
        {
            "start": 875138467,
            "stop": 875138473
        },
        {
            "start": 875138480,
            "stop": 875138481
        },
        {
            "start": 875138482,
            "stop": 875138485
        },
        {
            "start": 875138488,
            "stop": 875138490
        },
        {
            "start": 875138491,
            "stop": 875138493
        },
        {
            "start": 875138494,
            "stop": 875138507
        },
        {
            "start": 875138508,
            "stop": 875138523
        },
        {
            "start": 875138524,
            "stop": 875138529
        },
        {
            "start": 875138530,
            "stop": 875138533
        },
        {
            "start": 875138535,
            "stop": 875138545
        },
        {
            "start": 875138546,
            "stop": 875138564
        },
        {
            "start": 875138568,
            "stop": 875138571
        },
        {
            "start": 875138573,
            "stop": 875138587
        },
        {
            "start": 875138591,
            "stop": 875138601
        }
    ]
}