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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3904",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3905,
    "results": [
        {
            "start": 874036086,
            "stop": 874036091
        },
        {
            "start": 874036094,
            "stop": 874037633
        },
        {
            "start": 874037636,
            "stop": 874037987
        },
        {
            "start": 874037990,
            "stop": 874037994
        },
        {
            "start": 874037997,
            "stop": 874038007
        },
        {
            "start": 874038010,
            "stop": 874038031
        },
        {
            "start": 874038034,
            "stop": 874038778
        },
        {
            "start": 874038783,
            "stop": 874038821
        },
        {
            "start": 874038824,
            "stop": 874038826
        },
        {
            "start": 874038829,
            "stop": 874039114
        },
        {
            "start": 874039117,
            "stop": 874039122
        },
        {
            "start": 874039125,
            "stop": 874039341
        },
        {
            "start": 874039344,
            "stop": 874041076
        },
        {
            "start": 874041079,
            "stop": 874041510
        },
        {
            "start": 874041513,
            "stop": 874041524
        },
        {
            "start": 874041527,
            "stop": 874041567
        },
        {
            "start": 874041570,
            "stop": 874041578
        },
        {
            "start": 874041581,
            "stop": 874041601
        },
        {
            "start": 874041606,
            "stop": 874041713
        },
        {
            "start": 874041719,
            "stop": 874041737
        }
    ]
}