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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8108",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8106",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8107,
    "results": [
        {
            "start": 970768386,
            "stop": 970768396
        },
        {
            "start": 970768400,
            "stop": 970768508
        },
        {
            "start": 970768511,
            "stop": 970769337
        },
        {
            "start": 970769358,
            "stop": 970769678
        },
        {
            "start": 970769681,
            "stop": 970769961
        },
        {
            "start": 970769964,
            "stop": 970770211
        },
        {
            "start": 970770214,
            "stop": 970770292
        },
        {
            "start": 970770295,
            "stop": 970770421
        },
        {
            "start": 970770425,
            "stop": 970771954
        },
        {
            "start": 970771957,
            "stop": 970772803
        },
        {
            "start": 970772806,
            "stop": 970772843
        },
        {
            "start": 970772846,
            "stop": 970772860
        },
        {
            "start": 970772863,
            "stop": 970772911
        },
        {
            "start": 970772914,
            "stop": 970773193
        },
        {
            "start": 970773196,
            "stop": 970773490
        },
        {
            "start": 970773493,
            "stop": 970773519
        },
        {
            "start": 970773522,
            "stop": 970773834
        },
        {
            "start": 970773837,
            "stop": 970773982
        },
        {
            "start": 970773985,
            "stop": 970774021
        },
        {
            "start": 970774025,
            "stop": 970774032
        }
    ]
}