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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=61",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 62,
    "results": [
        {
            "start": 819409062,
            "stop": 819409122
        },
        {
            "start": 819415088,
            "stop": 819415208
        },
        {
            "start": 819415532,
            "stop": 819415652
        },
        {
            "start": 819415800,
            "stop": 819418680
        },
        {
            "start": 819419558,
            "stop": 819422408
        },
        {
            "start": 819422528,
            "stop": 819423998
        },
        {
            "start": 819425106,
            "stop": 819425226
        },
        {
            "start": 819425559,
            "stop": 819425799
        },
        {
            "start": 819425957,
            "stop": 819428357
        },
        {
            "start": 819428493,
            "stop": 819429153
        },
        {
            "start": 819429287,
            "stop": 819430367
        },
        {
            "start": 819430520,
            "stop": 819434240
        },
        {
            "start": 819434404,
            "stop": 819437104
        },
        {
            "start": 819437290,
            "stop": 819438910
        },
        {
            "start": 819439079,
            "stop": 819444899
        },
        {
            "start": 819445102,
            "stop": 819446542
        },
        {
            "start": 819446722,
            "stop": 819447022
        },
        {
            "start": 819447197,
            "stop": 819448457
        },
        {
            "start": 819450016,
            "stop": 819451066
        },
        {
            "start": 819451216,
            "stop": 819458536
        }
    ]
}