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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14097",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14095",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14096,
    "results": [
        {
            "start": 971158805,
            "stop": 971158808
        },
        {
            "start": 971158811,
            "stop": 971158813
        },
        {
            "start": 971158818,
            "stop": 971158820
        },
        {
            "start": 971158824,
            "stop": 971158825
        },
        {
            "start": 971158826,
            "stop": 971158828
        },
        {
            "start": 971158830,
            "stop": 971158832
        },
        {
            "start": 971158836,
            "stop": 971158837
        },
        {
            "start": 971158838,
            "stop": 971158839
        },
        {
            "start": 971158840,
            "stop": 971158842
        },
        {
            "start": 971158846,
            "stop": 971158851
        },
        {
            "start": 971158854,
            "stop": 971158855
        },
        {
            "start": 971158856,
            "stop": 971158858
        },
        {
            "start": 971158859,
            "stop": 971158861
        },
        {
            "start": 971158863,
            "stop": 971158865
        },
        {
            "start": 971158869,
            "stop": 971158870
        },
        {
            "start": 971158873,
            "stop": 971158874
        },
        {
            "start": 971158877,
            "stop": 971158882
        },
        {
            "start": 971158883,
            "stop": 971158886
        },
        {
            "start": 971158887,
            "stop": 971158889
        },
        {
            "start": 971158890,
            "stop": 971158897
        }
    ]
}