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=5248
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=5249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5247",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5248,
    "results": [
        {
            "start": 875208126,
            "stop": 875208129
        },
        {
            "start": 875208136,
            "stop": 875208143
        },
        {
            "start": 875208150,
            "stop": 875208157
        },
        {
            "start": 875208165,
            "stop": 875208204
        },
        {
            "start": 875208212,
            "stop": 875208287
        },
        {
            "start": 875208298,
            "stop": 875208303
        },
        {
            "start": 875208310,
            "stop": 875208314
        },
        {
            "start": 875208321,
            "stop": 875208392
        },
        {
            "start": 875208399,
            "stop": 875208420
        },
        {
            "start": 875208427,
            "stop": 875208460
        },
        {
            "start": 875208470,
            "stop": 875208526
        },
        {
            "start": 875208533,
            "stop": 875208615
        },
        {
            "start": 875208622,
            "stop": 875208677
        },
        {
            "start": 875208687,
            "stop": 875208718
        },
        {
            "start": 875208725,
            "stop": 875208807
        },
        {
            "start": 875208814,
            "stop": 875208842
        },
        {
            "start": 875208861,
            "stop": 875208925
        },
        {
            "start": 875208932,
            "stop": 875208958
        },
        {
            "start": 875208965,
            "stop": 875208998
        },
        {
            "start": 875209006,
            "stop": 875209105
        }
    ]
}