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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5942",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5940",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5941,
    "results": [
        {
            "start": 875212572,
            "stop": 875212593
        },
        {
            "start": 875212596,
            "stop": 875212613
        },
        {
            "start": 875212616,
            "stop": 875212645
        },
        {
            "start": 875212649,
            "stop": 875212672
        },
        {
            "start": 875212676,
            "stop": 875212711
        },
        {
            "start": 875212714,
            "stop": 875212719
        },
        {
            "start": 875212726,
            "stop": 875212753
        },
        {
            "start": 875212756,
            "stop": 875212768
        },
        {
            "start": 875212771,
            "stop": 875212803
        },
        {
            "start": 875212806,
            "stop": 875212812
        },
        {
            "start": 875212815,
            "stop": 875212875
        },
        {
            "start": 875212878,
            "stop": 875212935
        },
        {
            "start": 875212938,
            "stop": 875212980
        },
        {
            "start": 875212983,
            "stop": 875212991
        },
        {
            "start": 875212997,
            "stop": 875213010
        },
        {
            "start": 875213014,
            "stop": 875213079
        },
        {
            "start": 875213083,
            "stop": 875213085
        },
        {
            "start": 875213094,
            "stop": 875213095
        },
        {
            "start": 875213098,
            "stop": 875213101
        },
        {
            "start": 875213108,
            "stop": 875213136
        }
    ]
}