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=3930
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=3931",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3929",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3930,
    "results": [
        {
            "start": 874222396,
            "stop": 874222400
        },
        {
            "start": 874222403,
            "stop": 874222411
        },
        {
            "start": 874222414,
            "stop": 874222420
        },
        {
            "start": 874222423,
            "stop": 874222431
        },
        {
            "start": 874222434,
            "stop": 874222438
        },
        {
            "start": 874222441,
            "stop": 874222452
        },
        {
            "start": 874222458,
            "stop": 874222465
        },
        {
            "start": 874222469,
            "stop": 874222470
        },
        {
            "start": 874222473,
            "stop": 874222474
        },
        {
            "start": 874222484,
            "stop": 874222489
        },
        {
            "start": 874222494,
            "stop": 874222497
        },
        {
            "start": 874222504,
            "stop": 874222513
        },
        {
            "start": 874222516,
            "stop": 874222521
        },
        {
            "start": 874222524,
            "stop": 874222531
        },
        {
            "start": 874222534,
            "stop": 874222722
        },
        {
            "start": 874222727,
            "stop": 874222773
        },
        {
            "start": 874222776,
            "stop": 874222778
        },
        {
            "start": 874222789,
            "stop": 874222792
        },
        {
            "start": 874222795,
            "stop": 874222797
        },
        {
            "start": 874222802,
            "stop": 874222807
        }
    ]
}