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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9917",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9915",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9916,
    "results": [
        {
            "start": 870910034,
            "stop": 870910092
        },
        {
            "start": 870910114,
            "stop": 870910141
        },
        {
            "start": 870910148,
            "stop": 870910185
        },
        {
            "start": 870910320,
            "stop": 870910329
        },
        {
            "start": 870910337,
            "stop": 870910363
        },
        {
            "start": 870910403,
            "stop": 870910448
        },
        {
            "start": 870910456,
            "stop": 870910471
        },
        {
            "start": 870910493,
            "stop": 870910544
        },
        {
            "start": 870910551,
            "stop": 870910630
        },
        {
            "start": 870910638,
            "stop": 870910668
        },
        {
            "start": 870910676,
            "stop": 870910682
        },
        {
            "start": 870910690,
            "stop": 870910725
        },
        {
            "start": 870910732,
            "stop": 870910739
        },
        {
            "start": 870910748,
            "stop": 870910770
        },
        {
            "start": 870910778,
            "stop": 870910797
        },
        {
            "start": 870910860,
            "stop": 870910967
        },
        {
            "start": 870910975,
            "stop": 870911040
        },
        {
            "start": 870911100,
            "stop": 870911128
        },
        {
            "start": 870911137,
            "stop": 870911159
        },
        {
            "start": 870911168,
            "stop": 870911184
        }
    ]
}