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=14117
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=14118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14116",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14117,
    "results": [
        {
            "start": 971160914,
            "stop": 971160917
        },
        {
            "start": 971160919,
            "stop": 971160923
        },
        {
            "start": 971160928,
            "stop": 971160930
        },
        {
            "start": 971160931,
            "stop": 971160935
        },
        {
            "start": 971160936,
            "stop": 971160938
        },
        {
            "start": 971160941,
            "stop": 971160943
        },
        {
            "start": 971160945,
            "stop": 971160947
        },
        {
            "start": 971160948,
            "stop": 971160952
        },
        {
            "start": 971160954,
            "stop": 971160959
        },
        {
            "start": 971160960,
            "stop": 971160963
        },
        {
            "start": 971160966,
            "stop": 971160967
        },
        {
            "start": 971160969,
            "stop": 971160970
        },
        {
            "start": 971160971,
            "stop": 971160973
        },
        {
            "start": 971160974,
            "stop": 971160975
        },
        {
            "start": 971160977,
            "stop": 971160978
        },
        {
            "start": 971160979,
            "stop": 971160982
        },
        {
            "start": 971160986,
            "stop": 971160989
        },
        {
            "start": 971160992,
            "stop": 971160996
        },
        {
            "start": 971161001,
            "stop": 971161002
        },
        {
            "start": 971161006,
            "stop": 971161007
        }
    ]
}