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=201
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=202",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=200",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 201,
    "results": [
        {
            "start": 933067114,
            "stop": 933067120
        },
        {
            "start": 933067121,
            "stop": 933067123
        },
        {
            "start": 933067124,
            "stop": 933067153
        },
        {
            "start": 933067154,
            "stop": 933067168
        },
        {
            "start": 933067173,
            "stop": 933067192
        },
        {
            "start": 933067212,
            "stop": 933067254
        },
        {
            "start": 933067319,
            "stop": 933067415
        },
        {
            "start": 933067416,
            "stop": 933067474
        },
        {
            "start": 933067475,
            "stop": 933067540
        },
        {
            "start": 933067543,
            "stop": 933067677
        },
        {
            "start": 933067715,
            "stop": 933067929
        },
        {
            "start": 933068029,
            "stop": 933068105
        },
        {
            "start": 933068124,
            "stop": 933068362
        },
        {
            "start": 933068382,
            "stop": 933068482
        },
        {
            "start": 933068490,
            "stop": 933068495
        },
        {
            "start": 933068496,
            "stop": 933068566
        },
        {
            "start": 933068586,
            "stop": 933068653
        },
        {
            "start": 933069677,
            "stop": 933069696
        },
        {
            "start": 933069715,
            "stop": 933069720
        },
        {
            "start": 933069725,
            "stop": 933069735
        }
    ]
}