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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=53",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 54,
    "results": [
        {
            "start": 822509795,
            "stop": 822510327
        },
        {
            "start": 822510331,
            "stop": 822510867
        },
        {
            "start": 822510871,
            "stop": 822511744
        },
        {
            "start": 822519820,
            "stop": 822519851
        },
        {
            "start": 822519855,
            "stop": 822520195
        },
        {
            "start": 822520198,
            "stop": 822520738
        },
        {
            "start": 822520741,
            "stop": 822523522
        },
        {
            "start": 822523525,
            "stop": 822527225
        },
        {
            "start": 822527231,
            "stop": 822527277
        },
        {
            "start": 822529735,
            "stop": 822529961
        },
        {
            "start": 822529965,
            "stop": 822530116
        },
        {
            "start": 822530119,
            "stop": 822530389
        },
        {
            "start": 822530392,
            "stop": 822530593
        },
        {
            "start": 822531426,
            "stop": 822533024
        },
        {
            "start": 822533056,
            "stop": 822535309
        },
        {
            "start": 822536239,
            "stop": 822536832
        },
        {
            "start": 822536864,
            "stop": 822538912
        },
        {
            "start": 822538944,
            "stop": 822541504
        },
        {
            "start": 822541507,
            "stop": 822541728
        },
        {
            "start": 822541760,
            "stop": 822544523
        }
    ]
}