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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=493",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 494,
    "results": [
        {
            "start": 864476224,
            "stop": 864476821
        },
        {
            "start": 864477021,
            "stop": 864481673
        },
        {
            "start": 864483424,
            "stop": 864486103
        },
        {
            "start": 864497210,
            "stop": 864498724
        },
        {
            "start": 864500370,
            "stop": 864500407
        },
        {
            "start": 864500408,
            "stop": 864501479
        },
        {
            "start": 864501539,
            "stop": 864501980
        },
        {
            "start": 864502034,
            "stop": 864504425
        },
        {
            "start": 864504847,
            "stop": 864509393
        },
        {
            "start": 864509791,
            "stop": 864513108
        },
        {
            "start": 864515123,
            "stop": 864517028
        },
        {
            "start": 864517644,
            "stop": 864542114
        },
        {
            "start": 864542951,
            "stop": 864548811
        },
        {
            "start": 864548813,
            "stop": 864560317
        },
        {
            "start": 864560802,
            "stop": 864563442
        },
        {
            "start": 864565737,
            "stop": 864566668
        },
        {
            "start": 864567025,
            "stop": 864568056
        },
        {
            "start": 864568213,
            "stop": 864578738
        },
        {
            "start": 864578740,
            "stop": 864578854
        },
        {
            "start": 864578856,
            "stop": 864593016
        }
    ]
}