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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=71",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 72,
    "results": [
        {
            "start": 816236310,
            "stop": 816236779
        },
        {
            "start": 816236782,
            "stop": 816237736
        },
        {
            "start": 816237739,
            "stop": 816238352
        },
        {
            "start": 816238356,
            "stop": 816238609
        },
        {
            "start": 816238929,
            "stop": 816238936
        },
        {
            "start": 816238939,
            "stop": 816238973
        },
        {
            "start": 816238976,
            "stop": 816238984
        },
        {
            "start": 816238988,
            "stop": 816239153
        },
        {
            "start": 816239156,
            "stop": 816239408
        },
        {
            "start": 816239412,
            "stop": 816240725
        },
        {
            "start": 816240742,
            "stop": 816240993
        },
        {
            "start": 816240996,
            "stop": 816241054
        },
        {
            "start": 816241057,
            "stop": 816241155
        },
        {
            "start": 816241555,
            "stop": 816241572
        },
        {
            "start": 816241575,
            "stop": 816242760
        },
        {
            "start": 816242763,
            "stop": 816242987
        },
        {
            "start": 816242991,
            "stop": 816243666
        },
        {
            "start": 816243669,
            "stop": 816244459
        },
        {
            "start": 816245026,
            "stop": 816246468
        },
        {
            "start": 816246471,
            "stop": 816247096
        }
    ]
}