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=4214
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=4215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4213",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4214,
    "results": [
        {
            "start": 874456317,
            "stop": 874456326
        },
        {
            "start": 874456345,
            "stop": 874456374
        },
        {
            "start": 874456393,
            "stop": 874456484
        },
        {
            "start": 874456521,
            "stop": 874456668
        },
        {
            "start": 874456687,
            "stop": 874456735
        },
        {
            "start": 874456754,
            "stop": 874456843
        },
        {
            "start": 874456868,
            "stop": 874456897
        },
        {
            "start": 874456917,
            "stop": 874456938
        },
        {
            "start": 874456957,
            "stop": 874457033
        },
        {
            "start": 874457063,
            "stop": 874457068
        },
        {
            "start": 874457094,
            "stop": 874457116
        },
        {
            "start": 874457135,
            "stop": 874457174
        },
        {
            "start": 874457194,
            "stop": 874457264
        },
        {
            "start": 874457283,
            "stop": 874457451
        },
        {
            "start": 874457471,
            "stop": 874457569
        },
        {
            "start": 874457589,
            "stop": 874457709
        },
        {
            "start": 874457728,
            "stop": 874457797
        },
        {
            "start": 874457816,
            "stop": 874458005
        },
        {
            "start": 874458024,
            "stop": 874458043
        },
        {
            "start": 874458062,
            "stop": 874458206
        }
    ]
}