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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=86",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 87,
    "results": [
        {
            "start": 817042613,
            "stop": 817043299
        },
        {
            "start": 817043302,
            "stop": 817043599
        },
        {
            "start": 817043602,
            "stop": 817045470
        },
        {
            "start": 817045473,
            "stop": 817045876
        },
        {
            "start": 817045880,
            "stop": 817046126
        },
        {
            "start": 817046129,
            "stop": 817046299
        },
        {
            "start": 817046302,
            "stop": 817047643
        },
        {
            "start": 817047647,
            "stop": 817048443
        },
        {
            "start": 817048445,
            "stop": 817057099
        },
        {
            "start": 817057102,
            "stop": 817057104
        },
        {
            "start": 817057107,
            "stop": 817063557
        },
        {
            "start": 817063560,
            "stop": 817065384
        },
        {
            "start": 817065387,
            "stop": 817065624
        },
        {
            "start": 817065627,
            "stop": 817066165
        },
        {
            "start": 817066168,
            "stop": 817067247
        },
        {
            "start": 817067250,
            "stop": 817067528
        },
        {
            "start": 817067531,
            "stop": 817067618
        },
        {
            "start": 817067621,
            "stop": 817068247
        },
        {
            "start": 817069839,
            "stop": 817070992
        },
        {
            "start": 817070995,
            "stop": 817072491
        }
    ]
}