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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5376",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5374",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5375,
    "results": [
        {
            "start": 971555718,
            "stop": 971555719
        },
        {
            "start": 971555722,
            "stop": 971556239
        },
        {
            "start": 971556242,
            "stop": 971556264
        },
        {
            "start": 971556267,
            "stop": 971556548
        },
        {
            "start": 971556551,
            "stop": 971556739
        },
        {
            "start": 971556742,
            "stop": 971556779
        },
        {
            "start": 971556782,
            "stop": 971556783
        },
        {
            "start": 971556787,
            "stop": 971556829
        },
        {
            "start": 971556832,
            "stop": 971556877
        },
        {
            "start": 971556880,
            "stop": 971556990
        },
        {
            "start": 971556993,
            "stop": 971557325
        },
        {
            "start": 971557328,
            "stop": 971557369
        },
        {
            "start": 971557375,
            "stop": 971557651
        },
        {
            "start": 971557654,
            "stop": 971557763
        },
        {
            "start": 971557766,
            "stop": 971557906
        },
        {
            "start": 971557909,
            "stop": 971558405
        },
        {
            "start": 971558408,
            "stop": 971558420
        },
        {
            "start": 971558423,
            "stop": 971558463
        },
        {
            "start": 971558466,
            "stop": 971558592
        },
        {
            "start": 971558595,
            "stop": 971558691
        }
    ]
}