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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=36",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 37,
    "results": [
        {
            "start": 817352726,
            "stop": 817353078
        },
        {
            "start": 817353086,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353385
        },
        {
            "start": 817353392,
            "stop": 817354677
        },
        {
            "start": 817354685,
            "stop": 817354950
        },
        {
            "start": 817354957,
            "stop": 817355246
        },
        {
            "start": 817355254,
            "stop": 817355449
        },
        {
            "start": 817355468,
            "stop": 817355476
        },
        {
            "start": 817355484,
            "stop": 817355801
        },
        {
            "start": 817355818,
            "stop": 817355955
        },
        {
            "start": 817355963,
            "stop": 817356600
        },
        {
            "start": 817356608,
            "stop": 817357698
        },
        {
            "start": 817357706,
            "stop": 817358479
        },
        {
            "start": 817358489,
            "stop": 817364490
        },
        {
            "start": 817364498,
            "stop": 817364983
        },
        {
            "start": 817364995,
            "stop": 817365050
        },
        {
            "start": 817365058,
            "stop": 817365088
        },
        {
            "start": 817365101,
            "stop": 817365379
        },
        {
            "start": 817366310,
            "stop": 817367626
        },
        {
            "start": 817367634,
            "stop": 817367655
        }
    ]
}