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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1633",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1631",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1632,
    "results": [
        {
            "start": 955394230,
            "stop": 955398479
        },
        {
            "start": 955422723,
            "stop": 955439829
        },
        {
            "start": 955441603,
            "stop": 955442643
        },
        {
            "start": 955442645,
            "stop": 955443434
        },
        {
            "start": 955443436,
            "stop": 955443873
        },
        {
            "start": 955443875,
            "stop": 955444771
        },
        {
            "start": 955444773,
            "stop": 955445550
        },
        {
            "start": 955445552,
            "stop": 955447176
        },
        {
            "start": 955447178,
            "stop": 955447354
        },
        {
            "start": 955448587,
            "stop": 955452899
        },
        {
            "start": 955452900,
            "stop": 955452902
        },
        {
            "start": 955452904,
            "stop": 955453481
        },
        {
            "start": 955453483,
            "stop": 955454650
        },
        {
            "start": 955457071,
            "stop": 955458022
        },
        {
            "start": 955458024,
            "stop": 955458025
        },
        {
            "start": 955458027,
            "stop": 955460650
        },
        {
            "start": 955460653,
            "stop": 955469905
        },
        {
            "start": 955469907,
            "stop": 955469908
        },
        {
            "start": 955469911,
            "stop": 955469914
        },
        {
            "start": 955469919,
            "stop": 955470175
        }
    ]
}