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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=132",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 133,
    "results": [
        {
            "start": 931433235,
            "stop": 931433285
        },
        {
            "start": 931433287,
            "stop": 931433317
        },
        {
            "start": 931433319,
            "stop": 931433352
        },
        {
            "start": 931433354,
            "stop": 931433355
        },
        {
            "start": 931433356,
            "stop": 931433375
        },
        {
            "start": 931433378,
            "stop": 931433407
        },
        {
            "start": 931433409,
            "stop": 931433412
        },
        {
            "start": 931433414,
            "stop": 931433431
        },
        {
            "start": 931433433,
            "stop": 931433441
        },
        {
            "start": 931433443,
            "stop": 931433488
        },
        {
            "start": 931433490,
            "stop": 931433602
        },
        {
            "start": 931433605,
            "stop": 931433626
        },
        {
            "start": 931433628,
            "stop": 931433658
        },
        {
            "start": 931433660,
            "stop": 931433670
        },
        {
            "start": 931433671,
            "stop": 931433758
        },
        {
            "start": 931433760,
            "stop": 931433765
        },
        {
            "start": 931433767,
            "stop": 931433771
        },
        {
            "start": 931433772,
            "stop": 931433814
        },
        {
            "start": 931433815,
            "stop": 931433816
        },
        {
            "start": 931433818,
            "stop": 931433821
        }
    ]
}