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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=279",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 280,
    "results": [
        {
            "start": 866235167,
            "stop": 866235242
        },
        {
            "start": 866235245,
            "stop": 866235639
        },
        {
            "start": 866235642,
            "stop": 866235668
        },
        {
            "start": 866235671,
            "stop": 866235970
        },
        {
            "start": 866247325,
            "stop": 866259320
        },
        {
            "start": 866260639,
            "stop": 866260826
        },
        {
            "start": 866260958,
            "stop": 866289118
        },
        {
            "start": 866289174,
            "stop": 866300415
        },
        {
            "start": 866324019,
            "stop": 866325882
        },
        {
            "start": 866326608,
            "stop": 866333459
        },
        {
            "start": 866334498,
            "stop": 866338237
        },
        {
            "start": 866338873,
            "stop": 866351774
        },
        {
            "start": 866351778,
            "stop": 866351782
        },
        {
            "start": 866351786,
            "stop": 866352554
        },
        {
            "start": 866352557,
            "stop": 866352560
        },
        {
            "start": 866352565,
            "stop": 866352566
        },
        {
            "start": 866352569,
            "stop": 866353231
        },
        {
            "start": 866353243,
            "stop": 866353263
        },
        {
            "start": 866353268,
            "stop": 866353272
        },
        {
            "start": 866353282,
            "stop": 866353299
        }
    ]
}