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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5262",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5260",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5261,
    "results": [
        {
            "start": 874654404,
            "stop": 874654501
        },
        {
            "start": 874654553,
            "stop": 874654793
        },
        {
            "start": 874654841,
            "stop": 874655574
        },
        {
            "start": 874655611,
            "stop": 874655713
        },
        {
            "start": 874655749,
            "stop": 874656033
        },
        {
            "start": 874656069,
            "stop": 874656735
        },
        {
            "start": 874656752,
            "stop": 874656930
        },
        {
            "start": 874656966,
            "stop": 874657003
        },
        {
            "start": 874657040,
            "stop": 874657260
        },
        {
            "start": 874657268,
            "stop": 874657287
        },
        {
            "start": 874657323,
            "stop": 874657781
        },
        {
            "start": 874657844,
            "stop": 874658067
        },
        {
            "start": 874658104,
            "stop": 874658157
        },
        {
            "start": 874658204,
            "stop": 874658345
        },
        {
            "start": 874658353,
            "stop": 874658582
        },
        {
            "start": 874658616,
            "stop": 874658658
        },
        {
            "start": 874659785,
            "stop": 874659950
        },
        {
            "start": 874660009,
            "stop": 874660408
        },
        {
            "start": 874660425,
            "stop": 874660532
        },
        {
            "start": 874660604,
            "stop": 874660743
        }
    ]
}