Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=61
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=60",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 61,
    "results": [
        {
            "start": 822316620,
            "stop": 822317670
        },
        {
            "start": 822317730,
            "stop": 822318090
        },
        {
            "start": 822318150,
            "stop": 822318360
        },
        {
            "start": 822318478,
            "stop": 822320236
        },
        {
            "start": 822320320,
            "stop": 822321150
        },
        {
            "start": 822321210,
            "stop": 822322207
        },
        {
            "start": 822322350,
            "stop": 822322982
        },
        {
            "start": 822323113,
            "stop": 822323669
        },
        {
            "start": 822323770,
            "stop": 822323819
        },
        {
            "start": 822325319,
            "stop": 822325983
        },
        {
            "start": 822326100,
            "stop": 822326750
        },
        {
            "start": 822326755,
            "stop": 822327014
        },
        {
            "start": 822327160,
            "stop": 822327321
        },
        {
            "start": 822327580,
            "stop": 822327682
        },
        {
            "start": 822329548,
            "stop": 822329708
        },
        {
            "start": 822329823,
            "stop": 822329879
        },
        {
            "start": 822339353,
            "stop": 822339642
        },
        {
            "start": 822339688,
            "stop": 822339899
        },
        {
            "start": 822339943,
            "stop": 822340102
        },
        {
            "start": 822347137,
            "stop": 822347330
        }
    ]
}