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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9935",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9936,
    "results": [
        {
            "start": 874834828,
            "stop": 874835268
        },
        {
            "start": 874835271,
            "stop": 874835283
        },
        {
            "start": 874835286,
            "stop": 874835289
        },
        {
            "start": 874835292,
            "stop": 874835393
        },
        {
            "start": 874835399,
            "stop": 874835412
        },
        {
            "start": 874835415,
            "stop": 874837782
        },
        {
            "start": 874837785,
            "stop": 874838204
        },
        {
            "start": 874838210,
            "stop": 874838211
        },
        {
            "start": 874838214,
            "stop": 874838220
        },
        {
            "start": 874838223,
            "stop": 874838225
        },
        {
            "start": 874838228,
            "stop": 874838231
        },
        {
            "start": 874838234,
            "stop": 874838245
        },
        {
            "start": 874838250,
            "stop": 874838251
        },
        {
            "start": 874838257,
            "stop": 874838259
        },
        {
            "start": 874838264,
            "stop": 874838337
        },
        {
            "start": 874838341,
            "stop": 874838349
        },
        {
            "start": 874838352,
            "stop": 874839046
        },
        {
            "start": 874839049,
            "stop": 874839702
        },
        {
            "start": 874839705,
            "stop": 874842777
        },
        {
            "start": 874842781,
            "stop": 874842807
        }
    ]
}