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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=622",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 623,
    "results": [
        {
            "start": 848869241,
            "stop": 848876452
        },
        {
            "start": 848877822,
            "stop": 848878290
        },
        {
            "start": 848878610,
            "stop": 848882904
        },
        {
            "start": 848883304,
            "stop": 848896823
        },
        {
            "start": 848898210,
            "stop": 848918490
        },
        {
            "start": 848919778,
            "stop": 848922357
        },
        {
            "start": 848923274,
            "stop": 848942070
        },
        {
            "start": 848942856,
            "stop": 848943929
        },
        {
            "start": 848945593,
            "stop": 848963512
        },
        {
            "start": 848964055,
            "stop": 848969596
        },
        {
            "start": 848970201,
            "stop": 848970214
        },
        {
            "start": 848970221,
            "stop": 848970236
        },
        {
            "start": 848971379,
            "stop": 848981894
        },
        {
            "start": 848984685,
            "stop": 849035342
        },
        {
            "start": 849036990,
            "stop": 849037050
        },
        {
            "start": 849038862,
            "stop": 849039990
        },
        {
            "start": 849040350,
            "stop": 849040530
        },
        {
            "start": 849041010,
            "stop": 849041490
        },
        {
            "start": 849041790,
            "stop": 849044946
        },
        {
            "start": 849045800,
            "stop": 849049958
        }
    ]
}