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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4723",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4721",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4722,
    "results": [
        {
            "start": 874435791,
            "stop": 874435919
        },
        {
            "start": 874435938,
            "stop": 874435998
        },
        {
            "start": 874436017,
            "stop": 874436035
        },
        {
            "start": 874436054,
            "stop": 874436073
        },
        {
            "start": 874436092,
            "stop": 874436108
        },
        {
            "start": 874436127,
            "stop": 874436164
        },
        {
            "start": 874436184,
            "stop": 874436218
        },
        {
            "start": 874436237,
            "stop": 874436271
        },
        {
            "start": 874436291,
            "stop": 874436303
        },
        {
            "start": 874436369,
            "stop": 874436392
        },
        {
            "start": 874436427,
            "stop": 874436470
        },
        {
            "start": 874436489,
            "stop": 874436493
        },
        {
            "start": 874436512,
            "stop": 874436533
        },
        {
            "start": 874436552,
            "stop": 874436558
        },
        {
            "start": 874436578,
            "stop": 874436622
        },
        {
            "start": 874436662,
            "stop": 874436728
        },
        {
            "start": 874436748,
            "stop": 874436761
        },
        {
            "start": 874438904,
            "stop": 874439857
        },
        {
            "start": 874441095,
            "stop": 874441229
        },
        {
            "start": 874441349,
            "stop": 874443047
        }
    ]
}