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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=180",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 181,
    "results": [
        {
            "start": 844464742,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844477636
        },
        {
            "start": 844477638,
            "stop": 844488654
        },
        {
            "start": 844488690,
            "stop": 844508478
        },
        {
            "start": 844511881,
            "stop": 844524554
        },
        {
            "start": 844524556,
            "stop": 844526469
        },
        {
            "start": 844560244,
            "stop": 844562898
        },
        {
            "start": 844563287,
            "stop": 844578831
        },
        {
            "start": 844581812,
            "stop": 844605291
        },
        {
            "start": 844605296,
            "stop": 844607779
        },
        {
            "start": 844608784,
            "stop": 844609581
        },
        {
            "start": 844612612,
            "stop": 844615722
        },
        {
            "start": 844615796,
            "stop": 844617730
        },
        {
            "start": 844617738,
            "stop": 844617741
        },
        {
            "start": 844617749,
            "stop": 844618514
        },
        {
            "start": 844618522,
            "stop": 844618859
        },
        {
            "start": 844618868,
            "stop": 844619524
        },
        {
            "start": 844619533,
            "stop": 844620381
        },
        {
            "start": 844620389,
            "stop": 844620407
        },
        {
            "start": 844620421,
            "stop": 844620425
        }
    ]
}