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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9753",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9751",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9752,
    "results": [
        {
            "start": 873464219,
            "stop": 873464240
        },
        {
            "start": 873464241,
            "stop": 873464243
        },
        {
            "start": 873464244,
            "stop": 873464330
        },
        {
            "start": 873464331,
            "stop": 873464848
        },
        {
            "start": 873464849,
            "stop": 873464875
        },
        {
            "start": 873464877,
            "stop": 873464904
        },
        {
            "start": 873464906,
            "stop": 873464912
        },
        {
            "start": 873464913,
            "stop": 873464916
        },
        {
            "start": 873464917,
            "stop": 873465158
        },
        {
            "start": 873465159,
            "stop": 873465255
        },
        {
            "start": 873466863,
            "stop": 873466864
        },
        {
            "start": 873466865,
            "stop": 873466868
        },
        {
            "start": 873466871,
            "stop": 873466875
        },
        {
            "start": 873466876,
            "stop": 873466885
        },
        {
            "start": 873466886,
            "stop": 873466888
        },
        {
            "start": 873466889,
            "stop": 873466899
        },
        {
            "start": 873466901,
            "stop": 873466902
        },
        {
            "start": 873466903,
            "stop": 873466914
        },
        {
            "start": 873466915,
            "stop": 873466925
        },
        {
            "start": 873466926,
            "stop": 873466934
        }
    ]
}