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=5889
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=5890",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5888",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5889,
    "results": [
        {
            "start": 875020039,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875020298
        },
        {
            "start": 875020302,
            "stop": 875020317
        },
        {
            "start": 875020320,
            "stop": 875020400
        },
        {
            "start": 875020403,
            "stop": 875020453
        },
        {
            "start": 875020456,
            "stop": 875020505
        },
        {
            "start": 875020508,
            "stop": 875020650
        },
        {
            "start": 875020653,
            "stop": 875020665
        },
        {
            "start": 875020668,
            "stop": 875020703
        },
        {
            "start": 875020709,
            "stop": 875020758
        },
        {
            "start": 875020761,
            "stop": 875020778
        },
        {
            "start": 875020781,
            "stop": 875020872
        },
        {
            "start": 875020875,
            "stop": 875020938
        },
        {
            "start": 875020941,
            "stop": 875020974
        },
        {
            "start": 875020977,
            "stop": 875021102
        },
        {
            "start": 875021105,
            "stop": 875021194
        },
        {
            "start": 875021197,
            "stop": 875021300
        },
        {
            "start": 875021303,
            "stop": 875021382
        },
        {
            "start": 875021385,
            "stop": 875021485
        },
        {
            "start": 875021489,
            "stop": 875021533
        }
    ]
}