Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5973
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5974",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5972",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5973,
    "results": [
        {
            "start": 873292745,
            "stop": 873292946
        },
        {
            "start": 873292947,
            "stop": 873292950
        },
        {
            "start": 873292952,
            "stop": 873293173
        },
        {
            "start": 873293177,
            "stop": 873293181
        },
        {
            "start": 873293184,
            "stop": 873293458
        },
        {
            "start": 873293459,
            "stop": 873293461
        },
        {
            "start": 873293464,
            "stop": 873293868
        },
        {
            "start": 873293871,
            "stop": 873294164
        },
        {
            "start": 873294165,
            "stop": 873294228
        },
        {
            "start": 873294229,
            "stop": 873294453
        },
        {
            "start": 873294458,
            "stop": 873294470
        },
        {
            "start": 873294473,
            "stop": 873294498
        },
        {
            "start": 873294501,
            "stop": 873294842
        },
        {
            "start": 873294846,
            "stop": 873294981
        },
        {
            "start": 873294986,
            "stop": 873295076
        },
        {
            "start": 873295079,
            "stop": 873295216
        },
        {
            "start": 873295220,
            "stop": 873295534
        },
        {
            "start": 873295535,
            "stop": 873296092
        },
        {
            "start": 873296093,
            "stop": 873296623
        },
        {
            "start": 873296624,
            "stop": 873296890
        }
    ]
}