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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=228",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 229,
    "results": [
        {
            "start": 931537892,
            "stop": 931537893
        },
        {
            "start": 931537897,
            "stop": 931537899
        },
        {
            "start": 931537901,
            "stop": 931537902
        },
        {
            "start": 931537903,
            "stop": 931537908
        },
        {
            "start": 931537910,
            "stop": 931537911
        },
        {
            "start": 931537915,
            "stop": 931537920
        },
        {
            "start": 931537922,
            "stop": 931537924
        },
        {
            "start": 931537926,
            "stop": 931537930
        },
        {
            "start": 931537932,
            "stop": 931537939
        },
        {
            "start": 931537941,
            "stop": 931537945
        },
        {
            "start": 931537947,
            "stop": 931537952
        },
        {
            "start": 931537957,
            "stop": 931537959
        },
        {
            "start": 931537963,
            "stop": 931537967
        },
        {
            "start": 931537968,
            "stop": 931537970
        },
        {
            "start": 931537974,
            "stop": 931537976
        },
        {
            "start": 931537982,
            "stop": 931537984
        },
        {
            "start": 931537993,
            "stop": 931537994
        },
        {
            "start": 931537997,
            "stop": 931538000
        },
        {
            "start": 931538002,
            "stop": 931538003
        },
        {
            "start": 931538006,
            "stop": 931538007
        }
    ]
}