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=4362
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=4363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4361",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4362,
    "results": [
        {
            "start": 874815660,
            "stop": 874815720
        },
        {
            "start": 874815780,
            "stop": 874815801
        },
        {
            "start": 874815830,
            "stop": 874815840
        },
        {
            "start": 874816020,
            "stop": 874816080
        },
        {
            "start": 874816769,
            "stop": 874816800
        },
        {
            "start": 874817040,
            "stop": 874817062
        },
        {
            "start": 874817081,
            "stop": 874817160
        },
        {
            "start": 874817280,
            "stop": 874817295
        },
        {
            "start": 874817314,
            "stop": 874817315
        },
        {
            "start": 874817334,
            "stop": 874817340
        },
        {
            "start": 874817400,
            "stop": 874817412
        },
        {
            "start": 874817441,
            "stop": 874817460
        },
        {
            "start": 874819680,
            "stop": 874819800
        },
        {
            "start": 874819860,
            "stop": 874819920
        },
        {
            "start": 874819980,
            "stop": 874820040
        },
        {
            "start": 874820100,
            "stop": 874820220
        },
        {
            "start": 874820400,
            "stop": 874820460
        },
        {
            "start": 874820580,
            "stop": 874820880
        },
        {
            "start": 874821180,
            "stop": 874821300
        },
        {
            "start": 874821360,
            "stop": 874821480
        }
    ]
}