Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=63
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=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=62",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 63,
    "results": [
        {
            "start": 816233084,
            "stop": 816233085
        },
        {
            "start": 816233936,
            "stop": 816233980
        },
        {
            "start": 816233987,
            "stop": 816234317
        },
        {
            "start": 816234330,
            "stop": 816234397
        },
        {
            "start": 816234571,
            "stop": 816234600
        },
        {
            "start": 816234608,
            "stop": 816234680
        },
        {
            "start": 816234688,
            "stop": 816234692
        },
        {
            "start": 816234700,
            "stop": 816234724
        },
        {
            "start": 816234731,
            "stop": 816234826
        },
        {
            "start": 816234833,
            "stop": 816234983
        },
        {
            "start": 816234990,
            "stop": 816235654
        },
        {
            "start": 816235662,
            "stop": 816236094
        },
        {
            "start": 816236101,
            "stop": 816236212
        },
        {
            "start": 816236219,
            "stop": 816236305
        },
        {
            "start": 816236312,
            "stop": 816236777
        },
        {
            "start": 816236784,
            "stop": 816237734
        },
        {
            "start": 816237741,
            "stop": 816238350
        },
        {
            "start": 816238358,
            "stop": 816238614
        },
        {
            "start": 816241555,
            "stop": 816241570
        },
        {
            "start": 816241577,
            "stop": 816242758
        }
    ]
}