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_BURST_CAT2E/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_BURST_CAT2E/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=19",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 20,
    "results": [
        {
            "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": 816706745,
            "stop": 816706756
        },
        {
            "start": 816706759,
            "stop": 816706782
        },
        {
            "start": 816706784,
            "stop": 816706827
        },
        {
            "start": 816706834,
            "stop": 816706840
        },
        {
            "start": 816706843,
            "stop": 816706876
        },
        {
            "start": 816706879,
            "stop": 816706883
        },
        {
            "start": 816706886,
            "stop": 816706976
        },
        {
            "start": 816706981,
            "stop": 816706988
        },
        {
            "start": 816706991,
            "stop": 816707068
        },
        {
            "start": 816707071,
            "stop": 816707090
        }
    ]
}