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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=383",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 384,
    "results": [
        {
            "start": 825900730,
            "stop": 825900742
        },
        {
            "start": 825900749,
            "stop": 825900776
        },
        {
            "start": 825903457,
            "stop": 825903500
        },
        {
            "start": 825903512,
            "stop": 825903603
        },
        {
            "start": 825903610,
            "stop": 825904023
        },
        {
            "start": 825904030,
            "stop": 825904113
        },
        {
            "start": 825904120,
            "stop": 825904454
        },
        {
            "start": 825905793,
            "stop": 825905840
        },
        {
            "start": 825905847,
            "stop": 825906030
        },
        {
            "start": 825906034,
            "stop": 825906089
        },
        {
            "start": 825906101,
            "stop": 825906104
        },
        {
            "start": 825906112,
            "stop": 825906147
        },
        {
            "start": 825906475,
            "stop": 825906644
        },
        {
            "start": 825907120,
            "stop": 825907136
        },
        {
            "start": 825907216,
            "stop": 825907309
        },
        {
            "start": 825907317,
            "stop": 825907413
        },
        {
            "start": 825907417,
            "stop": 825907429
        },
        {
            "start": 825907436,
            "stop": 825907475
        },
        {
            "start": 825907482,
            "stop": 825907762
        },
        {
            "start": 825907771,
            "stop": 825907916
        }
    ]
}