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=360
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=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=359",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 360,
    "results": [
        {
            "start": 821472933,
            "stop": 821472965
        },
        {
            "start": 821472972,
            "stop": 821473098
        },
        {
            "start": 821473105,
            "stop": 821473253
        },
        {
            "start": 821473261,
            "stop": 821473322
        },
        {
            "start": 821473329,
            "stop": 821473358
        },
        {
            "start": 821473365,
            "stop": 821473768
        },
        {
            "start": 821473775,
            "stop": 821473871
        },
        {
            "start": 821474164,
            "stop": 821474239
        },
        {
            "start": 821474246,
            "stop": 821474406
        },
        {
            "start": 821474413,
            "stop": 821474422
        },
        {
            "start": 821474430,
            "stop": 821474602
        },
        {
            "start": 821474609,
            "stop": 821474619
        },
        {
            "start": 821474626,
            "stop": 821474951
        },
        {
            "start": 821474958,
            "stop": 821475173
        },
        {
            "start": 821475180,
            "stop": 821475435
        },
        {
            "start": 821475442,
            "stop": 821475771
        },
        {
            "start": 821475778,
            "stop": 821475818
        },
        {
            "start": 821475825,
            "stop": 821475848
        },
        {
            "start": 821475855,
            "stop": 821476668
        },
        {
            "start": 821476671,
            "stop": 821476791
        }
    ]
}