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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=355",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 356,
    "results": [
        {
            "start": 824718183,
            "stop": 824718623
        },
        {
            "start": 824718629,
            "stop": 824718769
        },
        {
            "start": 824718774,
            "stop": 824718926
        },
        {
            "start": 824718931,
            "stop": 824718969
        },
        {
            "start": 824720695,
            "stop": 824723574
        },
        {
            "start": 824723582,
            "stop": 824730180
        },
        {
            "start": 824730188,
            "stop": 824730801
        },
        {
            "start": 824730806,
            "stop": 824730852
        },
        {
            "start": 824730860,
            "stop": 824730868
        },
        {
            "start": 824730874,
            "stop": 824731094
        },
        {
            "start": 824731101,
            "stop": 824731196
        },
        {
            "start": 824732677,
            "stop": 824732690
        },
        {
            "start": 824732696,
            "stop": 824733328
        },
        {
            "start": 824733335,
            "stop": 824733347
        },
        {
            "start": 824733352,
            "stop": 824733822
        },
        {
            "start": 824733830,
            "stop": 824734535
        },
        {
            "start": 824735376,
            "stop": 824735561
        },
        {
            "start": 824737348,
            "stop": 824738624
        },
        {
            "start": 824738633,
            "stop": 824738643
        },
        {
            "start": 824738654,
            "stop": 824738782
        }
    ]
}