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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=197",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 198,
    "results": [
        {
            "start": 816927370,
            "stop": 816927445
        },
        {
            "start": 816927449,
            "stop": 816927468
        },
        {
            "start": 816927472,
            "stop": 816927481
        },
        {
            "start": 816927487,
            "stop": 816927489
        },
        {
            "start": 816927493,
            "stop": 816927520
        },
        {
            "start": 816927525,
            "stop": 816927596
        },
        {
            "start": 816927602,
            "stop": 816927611
        },
        {
            "start": 816927615,
            "stop": 816927633
        },
        {
            "start": 816927640,
            "stop": 816927682
        },
        {
            "start": 816927686,
            "stop": 816927688
        },
        {
            "start": 816927693,
            "stop": 816927696
        },
        {
            "start": 816927701,
            "stop": 816927720
        },
        {
            "start": 816927724,
            "stop": 816927792
        },
        {
            "start": 816927802,
            "stop": 816927804
        },
        {
            "start": 816927809,
            "stop": 816927815
        },
        {
            "start": 816927818,
            "stop": 816927865
        },
        {
            "start": 816927870,
            "stop": 816927871
        },
        {
            "start": 816927876,
            "stop": 816927878
        },
        {
            "start": 816927883,
            "stop": 816927885
        },
        {
            "start": 816927890,
            "stop": 816927900
        }
    ]
}