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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=199",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 200,
    "results": [
        {
            "start": 933063608,
            "stop": 933063707
        },
        {
            "start": 933063708,
            "stop": 933063709
        },
        {
            "start": 933063727,
            "stop": 933063948
        },
        {
            "start": 933063967,
            "stop": 933064108
        },
        {
            "start": 933064128,
            "stop": 933064164
        },
        {
            "start": 933064186,
            "stop": 933064299
        },
        {
            "start": 933064334,
            "stop": 933064361
        },
        {
            "start": 933064380,
            "stop": 933064506
        },
        {
            "start": 933064525,
            "stop": 933064682
        },
        {
            "start": 933064700,
            "stop": 933064810
        },
        {
            "start": 933064846,
            "stop": 933065083
        },
        {
            "start": 933067026,
            "stop": 933067027
        },
        {
            "start": 933067029,
            "stop": 933067046
        },
        {
            "start": 933067048,
            "stop": 933067054
        },
        {
            "start": 933067055,
            "stop": 933067065
        },
        {
            "start": 933067067,
            "stop": 933067072
        },
        {
            "start": 933067074,
            "stop": 933067089
        },
        {
            "start": 933067091,
            "stop": 933067094
        },
        {
            "start": 933067097,
            "stop": 933067109
        },
        {
            "start": 933067111,
            "stop": 933067113
        }
    ]
}