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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=236",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 237,
    "results": [
        {
            "start": 1126878902,
            "stop": 1126878903
        },
        {
            "start": 1126878907,
            "stop": 1126878968
        },
        {
            "start": 1126878972,
            "stop": 1126878974
        },
        {
            "start": 1126878975,
            "stop": 1126879000
        },
        {
            "start": 1126879001,
            "stop": 1126879026
        },
        {
            "start": 1126879027,
            "stop": 1126879108
        },
        {
            "start": 1126879110,
            "stop": 1126879111
        },
        {
            "start": 1126879112,
            "stop": 1126879114
        },
        {
            "start": 1126879122,
            "stop": 1126879129
        },
        {
            "start": 1126879130,
            "stop": 1126879159
        },
        {
            "start": 1126879160,
            "stop": 1126879181
        },
        {
            "start": 1126879186,
            "stop": 1126879211
        },
        {
            "start": 1126879213,
            "stop": 1126879214
        },
        {
            "start": 1126879277,
            "stop": 1126879280
        },
        {
            "start": 1126879281,
            "stop": 1126879347
        },
        {
            "start": 1126879348,
            "stop": 1126879370
        },
        {
            "start": 1126879371,
            "stop": 1126879383
        },
        {
            "start": 1126879384,
            "stop": 1126879385
        },
        {
            "start": 1126879386,
            "stop": 1126879397
        },
        {
            "start": 1126879457,
            "stop": 1126879459
        }
    ]
}