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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=486",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 487,
    "results": [
        {
            "start": 826579571,
            "stop": 826579602
        },
        {
            "start": 826579680,
            "stop": 826580370
        },
        {
            "start": 826580693,
            "stop": 826580717
        },
        {
            "start": 826580738,
            "stop": 826581003
        },
        {
            "start": 826581006,
            "stop": 826581014
        },
        {
            "start": 826581017,
            "stop": 826582890
        },
        {
            "start": 826583231,
            "stop": 826584528
        },
        {
            "start": 826584545,
            "stop": 826585350
        },
        {
            "start": 826585500,
            "stop": 826587017
        },
        {
            "start": 826587038,
            "stop": 826587060
        },
        {
            "start": 826587120,
            "stop": 826587240
        },
        {
            "start": 826587300,
            "stop": 826587420
        },
        {
            "start": 826587480,
            "stop": 826588367
        },
        {
            "start": 826588386,
            "stop": 826588588
        },
        {
            "start": 826588607,
            "stop": 826588932
        },
        {
            "start": 826588949,
            "stop": 826589032
        },
        {
            "start": 826589049,
            "stop": 826589165
        },
        {
            "start": 826589182,
            "stop": 826589378
        },
        {
            "start": 826589395,
            "stop": 826593328
        },
        {
            "start": 826593347,
            "stop": 826593383
        }
    ]
}