Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=381
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=380",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 381,
    "results": [
        {
            "start": 849640630,
            "stop": 849644092
        },
        {
            "start": 849644247,
            "stop": 849645261
        },
        {
            "start": 849645263,
            "stop": 849645472
        },
        {
            "start": 849646840,
            "stop": 849647076
        },
        {
            "start": 849647202,
            "stop": 849648382
        },
        {
            "start": 849648868,
            "stop": 849649336
        },
        {
            "start": 849649481,
            "stop": 849649709
        },
        {
            "start": 849656963,
            "stop": 849663454
        },
        {
            "start": 849663456,
            "stop": 849670111
        },
        {
            "start": 849671958,
            "stop": 849683186
        },
        {
            "start": 849683188,
            "stop": 849686572
        },
        {
            "start": 849687662,
            "stop": 849687926
        },
        {
            "start": 849687928,
            "stop": 849688180
        },
        {
            "start": 849688628,
            "stop": 849688989
        },
        {
            "start": 849689108,
            "stop": 849697912
        },
        {
            "start": 849697914,
            "stop": 849697916
        },
        {
            "start": 849697918,
            "stop": 849705167
        },
        {
            "start": 849706206,
            "stop": 849709198
        },
        {
            "start": 849709614,
            "stop": 849710665
        },
        {
            "start": 849711675,
            "stop": 849713443
        }
    ]
}