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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=181",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=179",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 180,
    "results": [
        {
            "start": 846145969,
            "stop": 846146131
        },
        {
            "start": 846147105,
            "stop": 846173165
        },
        {
            "start": 846173680,
            "stop": 846188949
        },
        {
            "start": 846190977,
            "stop": 846191757
        },
        {
            "start": 846200270,
            "stop": 846280012
        },
        {
            "start": 846280014,
            "stop": 846311967
        },
        {
            "start": 846322037,
            "stop": 846322236
        },
        {
            "start": 846322325,
            "stop": 846324229
        },
        {
            "start": 846329101,
            "stop": 846334215
        },
        {
            "start": 846336898,
            "stop": 846342468
        },
        {
            "start": 846375822,
            "stop": 846377598
        },
        {
            "start": 846378321,
            "stop": 846409351
        },
        {
            "start": 846409971,
            "stop": 846441613
        },
        {
            "start": 846447806,
            "stop": 846449549
        },
        {
            "start": 846451908,
            "stop": 846457798
        },
        {
            "start": 846460659,
            "stop": 846510699
        },
        {
            "start": 846515578,
            "stop": 846529444
        },
        {
            "start": 846530755,
            "stop": 846540010
        },
        {
            "start": 846540330,
            "stop": 846540704
        },
        {
            "start": 846541104,
            "stop": 846544998
        }
    ]
}