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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7107",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7108,
    "results": [
        {
            "start": 874654809,
            "stop": 874654811
        },
        {
            "start": 874654816,
            "stop": 874655582
        },
        {
            "start": 874655586,
            "stop": 874655721
        },
        {
            "start": 874655724,
            "stop": 874656041
        },
        {
            "start": 874656044,
            "stop": 874656938
        },
        {
            "start": 874656941,
            "stop": 874657011
        },
        {
            "start": 874657015,
            "stop": 874657262
        },
        {
            "start": 874657266,
            "stop": 874657295
        },
        {
            "start": 874657298,
            "stop": 874657789
        },
        {
            "start": 874657792,
            "stop": 874657816
        },
        {
            "start": 874657819,
            "stop": 874658075
        },
        {
            "start": 874658079,
            "stop": 874658175
        },
        {
            "start": 874658179,
            "stop": 874658347
        },
        {
            "start": 874658351,
            "stop": 874658370
        },
        {
            "start": 874659930,
            "stop": 874659958
        },
        {
            "start": 874659964,
            "stop": 874659981
        },
        {
            "start": 874659984,
            "stop": 874660540
        },
        {
            "start": 874660543,
            "stop": 874660544
        },
        {
            "start": 874660547,
            "stop": 874660569
        },
        {
            "start": 874660572,
            "stop": 874660576
        }
    ]
}