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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 204,
    "results": [
        {
            "start": 1375350174,
            "stop": 1375350275
        },
        {
            "start": 1375350277,
            "stop": 1375350455
        },
        {
            "start": 1375350458,
            "stop": 1375354503
        },
        {
            "start": 1375354504,
            "stop": 1375363152
        },
        {
            "start": 1375363154,
            "stop": 1375364993
        },
        {
            "start": 1375364994,
            "stop": 1375366838
        },
        {
            "start": 1375366840,
            "stop": 1375369281
        },
        {
            "start": 1375375258,
            "stop": 1375380835
        },
        {
            "start": 1375380837,
            "stop": 1375389056
        },
        {
            "start": 1375389058,
            "stop": 1375390014
        },
        {
            "start": 1375390016,
            "stop": 1375390258
        },
        {
            "start": 1375392662,
            "stop": 1375393311
        },
        {
            "start": 1375393315,
            "stop": 1375394708
        },
        {
            "start": 1375394710,
            "stop": 1375396394
        },
        {
            "start": 1375396396,
            "stop": 1375396898
        },
        {
            "start": 1375396899,
            "stop": 1375397824
        },
        {
            "start": 1375397826,
            "stop": 1375398284
        },
        {
            "start": 1375398289,
            "stop": 1375400561
        },
        {
            "start": 1375400563,
            "stop": 1375400644
        },
        {
            "start": 1375400645,
            "stop": 1375401641
        }
    ]
}