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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=309",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 310,
    "results": [
        {
            "start": 818552781,
            "stop": 818553739
        },
        {
            "start": 818553761,
            "stop": 818553958
        },
        {
            "start": 818553977,
            "stop": 818554554
        },
        {
            "start": 818554575,
            "stop": 818555237
        },
        {
            "start": 818555257,
            "stop": 818555652
        },
        {
            "start": 818555669,
            "stop": 818555851
        },
        {
            "start": 818555870,
            "stop": 818555897
        },
        {
            "start": 818555930,
            "stop": 818556479
        },
        {
            "start": 818556498,
            "stop": 818556618
        },
        {
            "start": 818556635,
            "stop": 818557027
        },
        {
            "start": 818557044,
            "stop": 818557121
        },
        {
            "start": 818557125,
            "stop": 818557174
        },
        {
            "start": 818557179,
            "stop": 818558103
        },
        {
            "start": 818558123,
            "stop": 818558812
        },
        {
            "start": 818558853,
            "stop": 818559165
        },
        {
            "start": 818559196,
            "stop": 818559424
        },
        {
            "start": 818559446,
            "stop": 818559616
        },
        {
            "start": 818559650,
            "stop": 818559671
        },
        {
            "start": 818559691,
            "stop": 818560205
        },
        {
            "start": 818560228,
            "stop": 818560378
        }
    ]
}