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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8786",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8787,
    "results": [
        {
            "start": 872334341,
            "stop": 872334580
        },
        {
            "start": 872334608,
            "stop": 872334731
        },
        {
            "start": 872334748,
            "stop": 872335288
        },
        {
            "start": 872335305,
            "stop": 872335459
        },
        {
            "start": 872335476,
            "stop": 872335655
        },
        {
            "start": 872335672,
            "stop": 872336414
        },
        {
            "start": 872336434,
            "stop": 872336605
        },
        {
            "start": 872336629,
            "stop": 872336706
        },
        {
            "start": 872336727,
            "stop": 872337054
        },
        {
            "start": 872337075,
            "stop": 872337081
        },
        {
            "start": 872337100,
            "stop": 872337124
        },
        {
            "start": 872337143,
            "stop": 872337376
        },
        {
            "start": 872337395,
            "stop": 872337488
        },
        {
            "start": 872337507,
            "stop": 872337601
        },
        {
            "start": 872337650,
            "stop": 872337663
        },
        {
            "start": 872337719,
            "stop": 872337829
        },
        {
            "start": 872337856,
            "stop": 872337869
        },
        {
            "start": 872337886,
            "stop": 872337952
        },
        {
            "start": 872337971,
            "stop": 872338185
        },
        {
            "start": 872338204,
            "stop": 872338208
        }
    ]
}