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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1850",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1848",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1849,
    "results": [
        {
            "start": 965789816,
            "stop": 965796907
        },
        {
            "start": 965796908,
            "stop": 965796956
        },
        {
            "start": 965796957,
            "stop": 965797453
        },
        {
            "start": 965797682,
            "stop": 965799156
        },
        {
            "start": 965799157,
            "stop": 965809997
        },
        {
            "start": 965812412,
            "stop": 965822953
        },
        {
            "start": 965825769,
            "stop": 965827011
        },
        {
            "start": 965829391,
            "stop": 965831848
        },
        {
            "start": 965831849,
            "stop": 965834343
        },
        {
            "start": 965834344,
            "stop": 965849847
        },
        {
            "start": 965849848,
            "stop": 965862778
        },
        {
            "start": 965869674,
            "stop": 965874666
        },
        {
            "start": 965875757,
            "stop": 965883727
        },
        {
            "start": 965883728,
            "stop": 965891444
        },
        {
            "start": 965891445,
            "stop": 965900923
        },
        {
            "start": 965900925,
            "stop": 965903852
        },
        {
            "start": 965906153,
            "stop": 965910745
        },
        {
            "start": 965910747,
            "stop": 965916604
        },
        {
            "start": 965918489,
            "stop": 965918696
        },
        {
            "start": 965920980,
            "stop": 965922357
        }
    ]
}