Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=19",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 20,
    "results": [
        {
            "start": 816697900,
            "stop": 816697901
        },
        {
            "start": 816697905,
            "stop": 816697906
        },
        {
            "start": 816697908,
            "stop": 816697956
        },
        {
            "start": 816697959,
            "stop": 816697970
        },
        {
            "start": 816697973,
            "stop": 816697988
        },
        {
            "start": 816697991,
            "stop": 816698006
        },
        {
            "start": 816698009,
            "stop": 816698011
        },
        {
            "start": 816698014,
            "stop": 816698294
        },
        {
            "start": 816698298,
            "stop": 816698355
        },
        {
            "start": 816698359,
            "stop": 816698379
        },
        {
            "start": 816698382,
            "stop": 816698386
        },
        {
            "start": 816698389,
            "stop": 816698471
        },
        {
            "start": 816698483,
            "stop": 816698519
        },
        {
            "start": 816698528,
            "stop": 816698532
        },
        {
            "start": 816698549,
            "stop": 816698562
        },
        {
            "start": 816698576,
            "stop": 816698583
        },
        {
            "start": 816706745,
            "stop": 816706756
        },
        {
            "start": 816706759,
            "stop": 816706782
        },
        {
            "start": 816706784,
            "stop": 816706827
        },
        {
            "start": 816706834,
            "stop": 816706840
        }
    ]
}