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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1321",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1319",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1320,
    "results": [
        {
            "start": 963105246,
            "stop": 963108370
        },
        {
            "start": 963130693,
            "stop": 963132777
        },
        {
            "start": 963139291,
            "stop": 963139719
        },
        {
            "start": 963139720,
            "stop": 963140291
        },
        {
            "start": 963140292,
            "stop": 963142821
        },
        {
            "start": 963149283,
            "stop": 963149933
        },
        {
            "start": 963155202,
            "stop": 963156623
        },
        {
            "start": 963157613,
            "stop": 963159479
        },
        {
            "start": 963160390,
            "stop": 963160948
        },
        {
            "start": 963160949,
            "stop": 963161238
        },
        {
            "start": 963163842,
            "stop": 963163870
        },
        {
            "start": 963163898,
            "stop": 963165125
        },
        {
            "start": 963168984,
            "stop": 963170368
        },
        {
            "start": 963175213,
            "stop": 963179508
        },
        {
            "start": 963180628,
            "stop": 963184769
        },
        {
            "start": 963189245,
            "stop": 963189271
        },
        {
            "start": 963189273,
            "stop": 963189274
        },
        {
            "start": 963189276,
            "stop": 963189308
        },
        {
            "start": 963189310,
            "stop": 963189346
        },
        {
            "start": 963189348,
            "stop": 963191963
        }
    ]
}