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/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=238
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=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=237",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 238,
    "results": [
        {
            "start": 820880419,
            "stop": 820880710
        },
        {
            "start": 820880714,
            "stop": 820880899
        },
        {
            "start": 820880906,
            "stop": 820881158
        },
        {
            "start": 820881165,
            "stop": 820881204
        },
        {
            "start": 820881211,
            "stop": 820881276
        },
        {
            "start": 820881280,
            "stop": 820881546
        },
        {
            "start": 820881550,
            "stop": 820881630
        },
        {
            "start": 820881637,
            "stop": 820881647
        },
        {
            "start": 820881651,
            "stop": 820881696
        },
        {
            "start": 820881700,
            "stop": 820881725
        },
        {
            "start": 820881728,
            "stop": 820881749
        },
        {
            "start": 820881757,
            "stop": 820881766
        },
        {
            "start": 820881773,
            "stop": 820881812
        },
        {
            "start": 820881815,
            "stop": 820881931
        },
        {
            "start": 820881935,
            "stop": 820882064
        },
        {
            "start": 820882245,
            "stop": 820882483
        },
        {
            "start": 820882665,
            "stop": 820882874
        },
        {
            "start": 820882882,
            "stop": 820883320
        },
        {
            "start": 820883328,
            "stop": 820883353
        },
        {
            "start": 820883360,
            "stop": 820883410
        }
    ]
}