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=4810
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=4811",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4809",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4810,
    "results": [
        {
            "start": 970897458,
            "stop": 970898482
        },
        {
            "start": 970898485,
            "stop": 970898675
        },
        {
            "start": 970898678,
            "stop": 970898820
        },
        {
            "start": 970898823,
            "stop": 970899459
        },
        {
            "start": 970899462,
            "stop": 970900242
        },
        {
            "start": 970900245,
            "stop": 970900279
        },
        {
            "start": 970900282,
            "stop": 970900988
        },
        {
            "start": 970902319,
            "stop": 970904493
        },
        {
            "start": 970904496,
            "stop": 970906164
        },
        {
            "start": 970906167,
            "stop": 970906662
        },
        {
            "start": 970906665,
            "stop": 970908201
        },
        {
            "start": 970908204,
            "stop": 970912774
        },
        {
            "start": 970912791,
            "stop": 970914323
        },
        {
            "start": 970914326,
            "stop": 970915148
        },
        {
            "start": 970915151,
            "stop": 970916031
        },
        {
            "start": 970916034,
            "stop": 970916152
        },
        {
            "start": 970916155,
            "stop": 970917322
        },
        {
            "start": 970917339,
            "stop": 970917689
        },
        {
            "start": 970917692,
            "stop": 970917727
        },
        {
            "start": 970917730,
            "stop": 970917998
        }
    ]
}