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=675
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=676",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=674",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 675,
    "results": [
        {
            "start": 859783361,
            "stop": 859787081
        },
        {
            "start": 859796788,
            "stop": 859821855
        },
        {
            "start": 859821874,
            "stop": 859831530
        },
        {
            "start": 859831590,
            "stop": 859831598
        },
        {
            "start": 859834357,
            "stop": 859848844
        },
        {
            "start": 859849602,
            "stop": 859851630
        },
        {
            "start": 859851750,
            "stop": 859852101
        },
        {
            "start": 859852421,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859864946
        },
        {
            "start": 859865346,
            "stop": 859865382
        },
        {
            "start": 859865702,
            "stop": 859868567
        },
        {
            "start": 859868967,
            "stop": 859898001
        },
        {
            "start": 859898007,
            "stop": 859898976
        },
        {
            "start": 859900450,
            "stop": 859921826
        },
        {
            "start": 859925963,
            "stop": 859930082
        },
        {
            "start": 859930088,
            "stop": 859930525
        },
        {
            "start": 859930531,
            "stop": 859934430
        },
        {
            "start": 859935476,
            "stop": 859937242
        },
        {
            "start": 859937875,
            "stop": 859965385
        },
        {
            "start": 859965987,
            "stop": 859987142
        }
    ]
}