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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=286",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 287,
    "results": [
        {
            "start": 1377390193,
            "stop": 1377391067
        },
        {
            "start": 1377391071,
            "stop": 1377392979
        },
        {
            "start": 1377392982,
            "stop": 1377393193
        },
        {
            "start": 1377393195,
            "stop": 1377396003
        },
        {
            "start": 1377396005,
            "stop": 1377396567
        },
        {
            "start": 1377396569,
            "stop": 1377398483
        },
        {
            "start": 1377398485,
            "stop": 1377399103
        },
        {
            "start": 1377399105,
            "stop": 1377400459
        },
        {
            "start": 1377400461,
            "stop": 1377401262
        },
        {
            "start": 1377401263,
            "stop": 1377402651
        },
        {
            "start": 1377402653,
            "stop": 1377403576
        },
        {
            "start": 1377403578,
            "stop": 1377404819
        },
        {
            "start": 1377404821,
            "stop": 1377405745
        },
        {
            "start": 1377405746,
            "stop": 1377406664
        },
        {
            "start": 1377406666,
            "stop": 1377406813
        },
        {
            "start": 1377406815,
            "stop": 1377408486
        },
        {
            "start": 1377408489,
            "stop": 1377410357
        },
        {
            "start": 1377410358,
            "stop": 1377411874
        },
        {
            "start": 1377411877,
            "stop": 1377412548
        },
        {
            "start": 1377412549,
            "stop": 1377413758
        }
    ]
}