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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4183",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4184,
    "results": [
        {
            "start": 874388700,
            "stop": 874388739
        },
        {
            "start": 874388758,
            "stop": 874388771
        },
        {
            "start": 874388790,
            "stop": 874388900
        },
        {
            "start": 874388919,
            "stop": 874388982
        },
        {
            "start": 874389001,
            "stop": 874389193
        },
        {
            "start": 874389212,
            "stop": 874389600
        },
        {
            "start": 874389660,
            "stop": 874389695
        },
        {
            "start": 874389714,
            "stop": 874389882
        },
        {
            "start": 874389901,
            "stop": 874389969
        },
        {
            "start": 874389988,
            "stop": 874389991
        },
        {
            "start": 874390010,
            "stop": 874390022
        },
        {
            "start": 874390056,
            "stop": 874390091
        },
        {
            "start": 874390110,
            "stop": 874390125
        },
        {
            "start": 874390144,
            "stop": 874390197
        },
        {
            "start": 874390216,
            "stop": 874390282
        },
        {
            "start": 874390304,
            "stop": 874390352
        },
        {
            "start": 874390371,
            "stop": 874390378
        },
        {
            "start": 874390397,
            "stop": 874390470
        },
        {
            "start": 874390503,
            "stop": 874390767
        },
        {
            "start": 874390786,
            "stop": 874390794
        }
    ]
}