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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=78",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 79,
    "results": [
        {
            "start": 829326702,
            "stop": 829326736
        },
        {
            "start": 829326856,
            "stop": 829331945
        },
        {
            "start": 829332057,
            "stop": 829332240
        },
        {
            "start": 829334778,
            "stop": 829336265
        },
        {
            "start": 829336427,
            "stop": 829342485
        },
        {
            "start": 829342620,
            "stop": 829342751
        },
        {
            "start": 829343087,
            "stop": 829343954
        },
        {
            "start": 829344321,
            "stop": 829346026
        },
        {
            "start": 829347366,
            "stop": 829356325
        },
        {
            "start": 829360098,
            "stop": 829366754
        },
        {
            "start": 829367645,
            "stop": 829371672
        },
        {
            "start": 829372290,
            "stop": 829373275
        },
        {
            "start": 829375904,
            "stop": 829377587
        },
        {
            "start": 829377866,
            "stop": 829391937
        },
        {
            "start": 829393209,
            "stop": 829395772
        },
        {
            "start": 829397442,
            "stop": 829399556
        },
        {
            "start": 829400027,
            "stop": 829400980
        },
        {
            "start": 829401051,
            "stop": 829406718
        },
        {
            "start": 829408551,
            "stop": 829411434
        },
        {
            "start": 829415648,
            "stop": 829422545
        }
    ]
}