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=1831
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=1832",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1830",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1831,
    "results": [
        {
            "start": 963625413,
            "stop": 963628099
        },
        {
            "start": 963628100,
            "stop": 963629371
        },
        {
            "start": 963630008,
            "stop": 963630766
        },
        {
            "start": 963630767,
            "stop": 963631228
        },
        {
            "start": 963631230,
            "stop": 963631294
        },
        {
            "start": 963631296,
            "stop": 963637184
        },
        {
            "start": 963637185,
            "stop": 963643587
        },
        {
            "start": 963643588,
            "stop": 963654498
        },
        {
            "start": 963684258,
            "stop": 963684758
        },
        {
            "start": 963800396,
            "stop": 963800690
        },
        {
            "start": 963810232,
            "stop": 963813756
        },
        {
            "start": 963815362,
            "stop": 963816358
        },
        {
            "start": 963816359,
            "stop": 963817251
        },
        {
            "start": 963819355,
            "stop": 963819637
        },
        {
            "start": 963821055,
            "stop": 963821359
        },
        {
            "start": 963821360,
            "stop": 963824345
        },
        {
            "start": 963825058,
            "stop": 963832840
        },
        {
            "start": 963833494,
            "stop": 963836995
        },
        {
            "start": 963837936,
            "stop": 963838739
        },
        {
            "start": 963842775,
            "stop": 963842969
        }
    ]
}