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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=314",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 315,
    "results": [
        {
            "start": 861997416,
            "stop": 862009888
        },
        {
            "start": 862011216,
            "stop": 862021563
        },
        {
            "start": 862024494,
            "stop": 862066816
        },
        {
            "start": 862085367,
            "stop": 862099324
        },
        {
            "start": 862099723,
            "stop": 862139793
        },
        {
            "start": 862142289,
            "stop": 862158426
        },
        {
            "start": 862162500,
            "stop": 862163204
        },
        {
            "start": 862166434,
            "stop": 862167771
        },
        {
            "start": 862167775,
            "stop": 862167780
        },
        {
            "start": 862167785,
            "stop": 862167794
        },
        {
            "start": 862167799,
            "stop": 862167802
        },
        {
            "start": 862170919,
            "stop": 862177009
        },
        {
            "start": 862178389,
            "stop": 862179415
        },
        {
            "start": 862179941,
            "stop": 862187285
        },
        {
            "start": 862189197,
            "stop": 862189722
        },
        {
            "start": 862189726,
            "stop": 862189807
        },
        {
            "start": 862189816,
            "stop": 862189911
        },
        {
            "start": 862189925,
            "stop": 862191165
        },
        {
            "start": 862191169,
            "stop": 862191180
        },
        {
            "start": 862191183,
            "stop": 862191194
        }
    ]
}