Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7600
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7601",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7599",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7600,
    "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
        }
    ]
}