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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=229",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 230,
    "results": [
        {
            "start": 836839461,
            "stop": 836839650
        },
        {
            "start": 836839652,
            "stop": 836841310
        },
        {
            "start": 836841312,
            "stop": 836844237
        },
        {
            "start": 836844299,
            "stop": 836845415
        },
        {
            "start": 836862384,
            "stop": 836877798
        },
        {
            "start": 836877800,
            "stop": 836879120
        },
        {
            "start": 836881905,
            "stop": 836883463
        },
        {
            "start": 836884577,
            "stop": 836897243
        },
        {
            "start": 836898289,
            "stop": 836907404
        },
        {
            "start": 836907406,
            "stop": 836908879
        },
        {
            "start": 836908881,
            "stop": 836916867
        },
        {
            "start": 836916869,
            "stop": 836920933
        },
        {
            "start": 836922557,
            "stop": 836923305
        },
        {
            "start": 836923387,
            "stop": 836924801
        },
        {
            "start": 836925116,
            "stop": 836928600
        },
        {
            "start": 836928602,
            "stop": 836930332
        },
        {
            "start": 836930748,
            "stop": 836934012
        },
        {
            "start": 836934848,
            "stop": 836935827
        },
        {
            "start": 836950358,
            "stop": 836950665
        },
        {
            "start": 836950667,
            "stop": 836953977
        }
    ]
}