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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=243",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 244,
    "results": [
        {
            "start": 1177802977,
            "stop": 1177803046
        },
        {
            "start": 1177803048,
            "stop": 1177803722
        },
        {
            "start": 1177803723,
            "stop": 1177803918
        },
        {
            "start": 1177803919,
            "stop": 1177804011
        },
        {
            "start": 1177804012,
            "stop": 1177804719
        },
        {
            "start": 1177804720,
            "stop": 1177805039
        },
        {
            "start": 1177805040,
            "stop": 1177805166
        },
        {
            "start": 1177805169,
            "stop": 1177805497
        },
        {
            "start": 1177805498,
            "stop": 1177806193
        },
        {
            "start": 1177806194,
            "stop": 1177806508
        },
        {
            "start": 1177806513,
            "stop": 1177807209
        },
        {
            "start": 1177807212,
            "stop": 1177807271
        },
        {
            "start": 1177807279,
            "stop": 1177807462
        },
        {
            "start": 1177807464,
            "stop": 1177807590
        },
        {
            "start": 1177807593,
            "stop": 1177807744
        },
        {
            "start": 1177807745,
            "stop": 1177807779
        },
        {
            "start": 1177807780,
            "stop": 1177808056
        },
        {
            "start": 1177808057,
            "stop": 1177809159
        },
        {
            "start": 1177809160,
            "stop": 1177810743
        },
        {
            "start": 1177810746,
            "stop": 1177810747
        }
    ]
}