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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=338",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 339,
    "results": [
        {
            "start": 823768885,
            "stop": 823769152
        },
        {
            "start": 823769265,
            "stop": 823770136
        },
        {
            "start": 823770272,
            "stop": 823770798
        },
        {
            "start": 823770926,
            "stop": 823771122
        },
        {
            "start": 823771250,
            "stop": 823771549
        },
        {
            "start": 823771688,
            "stop": 823771828
        },
        {
            "start": 823771950,
            "stop": 823772462
        },
        {
            "start": 823772608,
            "stop": 823773417
        },
        {
            "start": 823773689,
            "stop": 823773939
        },
        {
            "start": 823774143,
            "stop": 823775022
        },
        {
            "start": 823775234,
            "stop": 823775277
        },
        {
            "start": 823775398,
            "stop": 823777424
        },
        {
            "start": 823777553,
            "stop": 823778265
        },
        {
            "start": 823778396,
            "stop": 823778426
        },
        {
            "start": 823778481,
            "stop": 823784662
        },
        {
            "start": 823784801,
            "stop": 823788420
        },
        {
            "start": 823788480,
            "stop": 823789407
        },
        {
            "start": 823789592,
            "stop": 823789597
        },
        {
            "start": 823789647,
            "stop": 823790383
        },
        {
            "start": 823790387,
            "stop": 823792692
        }
    ]
}