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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5173",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5174,
    "results": [
        {
            "start": 874757354,
            "stop": 874757462
        },
        {
            "start": 874757469,
            "stop": 874757646
        },
        {
            "start": 874757654,
            "stop": 874757713
        },
        {
            "start": 874757720,
            "stop": 874757734
        },
        {
            "start": 874757741,
            "stop": 874757750
        },
        {
            "start": 874757757,
            "stop": 874757808
        },
        {
            "start": 874757821,
            "stop": 874757824
        },
        {
            "start": 874757832,
            "stop": 874757854
        },
        {
            "start": 874757861,
            "stop": 874757907
        },
        {
            "start": 874757914,
            "stop": 874757950
        },
        {
            "start": 874757957,
            "stop": 874757967
        },
        {
            "start": 874757974,
            "stop": 874758028
        },
        {
            "start": 874758035,
            "stop": 874758066
        },
        {
            "start": 874758077,
            "stop": 874758119
        },
        {
            "start": 874758131,
            "stop": 874758188
        },
        {
            "start": 874758195,
            "stop": 874758199
        },
        {
            "start": 874758206,
            "stop": 874758456
        },
        {
            "start": 874758464,
            "stop": 874758527
        },
        {
            "start": 874758535,
            "stop": 874758553
        },
        {
            "start": 874758560,
            "stop": 874758603
        }
    ]
}