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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3981",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3982,
    "results": [
        {
            "start": 874658723,
            "stop": 874658731
        },
        {
            "start": 874658732,
            "stop": 874658764
        },
        {
            "start": 874658765,
            "stop": 874658829
        },
        {
            "start": 874658830,
            "stop": 874658842
        },
        {
            "start": 874658843,
            "stop": 874658847
        },
        {
            "start": 874658849,
            "stop": 874658863
        },
        {
            "start": 874658865,
            "stop": 874658868
        },
        {
            "start": 874658869,
            "stop": 874658873
        },
        {
            "start": 874658875,
            "stop": 874658876
        },
        {
            "start": 874658880,
            "stop": 874658882
        },
        {
            "start": 874658884,
            "stop": 874658897
        },
        {
            "start": 874658898,
            "stop": 874658909
        },
        {
            "start": 874658910,
            "stop": 874658928
        },
        {
            "start": 874658929,
            "stop": 874658980
        },
        {
            "start": 874658981,
            "stop": 874659007
        },
        {
            "start": 874659008,
            "stop": 874659023
        },
        {
            "start": 874659785,
            "stop": 874659958
        },
        {
            "start": 874659964,
            "stop": 874659981
        },
        {
            "start": 874659984,
            "stop": 874660540
        },
        {
            "start": 874660543,
            "stop": 874660544
        }
    ]
}