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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=206",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 207,
    "results": [
        {
            "start": 1177011193,
            "stop": 1177011217
        },
        {
            "start": 1177011220,
            "stop": 1177012726
        },
        {
            "start": 1177012727,
            "stop": 1177016397
        },
        {
            "start": 1177016398,
            "stop": 1177017019
        },
        {
            "start": 1177017020,
            "stop": 1177017733
        },
        {
            "start": 1177017734,
            "stop": 1177019415
        },
        {
            "start": 1177020272,
            "stop": 1177021754
        },
        {
            "start": 1177021759,
            "stop": 1177021760
        },
        {
            "start": 1177021763,
            "stop": 1177021764
        },
        {
            "start": 1177021766,
            "stop": 1177022036
        },
        {
            "start": 1177022040,
            "stop": 1177022167
        },
        {
            "start": 1177022171,
            "stop": 1177022192
        },
        {
            "start": 1177022193,
            "stop": 1177022194
        },
        {
            "start": 1177022196,
            "stop": 1177022197
        },
        {
            "start": 1177022200,
            "stop": 1177023330
        },
        {
            "start": 1177023331,
            "stop": 1177024198
        },
        {
            "start": 1177024202,
            "stop": 1177025038
        },
        {
            "start": 1177025345,
            "stop": 1177029092
        },
        {
            "start": 1177029094,
            "stop": 1177031515
        },
        {
            "start": 1177031516,
            "stop": 1177034002
        }
    ]
}