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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=206",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 207,
    "results": [
        {
            "start": 843772468,
            "stop": 843772471
        },
        {
            "start": 843772577,
            "stop": 843810373
        },
        {
            "start": 843810380,
            "stop": 843810382
        },
        {
            "start": 843811596,
            "stop": 843813884
        },
        {
            "start": 843813983,
            "stop": 843821996
        },
        {
            "start": 843823076,
            "stop": 843826933
        },
        {
            "start": 843827306,
            "stop": 843832333
        },
        {
            "start": 843832382,
            "stop": 843832383
        },
        {
            "start": 843832513,
            "stop": 843833033
        },
        {
            "start": 843836136,
            "stop": 843836293
        },
        {
            "start": 843836332,
            "stop": 843836333
        },
        {
            "start": 843839185,
            "stop": 843840355
        },
        {
            "start": 843842230,
            "stop": 843846943
        },
        {
            "start": 843854133,
            "stop": 843858230
        },
        {
            "start": 843858985,
            "stop": 843864188
        },
        {
            "start": 843864239,
            "stop": 843891070
        },
        {
            "start": 843948012,
            "stop": 843949033
        },
        {
            "start": 843949044,
            "stop": 843949045
        },
        {
            "start": 843949582,
            "stop": 843952711
        },
        {
            "start": 843952830,
            "stop": 843981593
        }
    ]
}