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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=63",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 64,
    "results": [
        {
            "start": 931257561,
            "stop": 931257573
        },
        {
            "start": 931257575,
            "stop": 931257657
        },
        {
            "start": 931257659,
            "stop": 931257707
        },
        {
            "start": 931257709,
            "stop": 931257713
        },
        {
            "start": 931257714,
            "stop": 931257748
        },
        {
            "start": 931257749,
            "stop": 931257762
        },
        {
            "start": 931257764,
            "stop": 931257767
        },
        {
            "start": 931257770,
            "stop": 931257796
        },
        {
            "start": 931257798,
            "stop": 931257815
        },
        {
            "start": 931257816,
            "stop": 931257817
        },
        {
            "start": 931257821,
            "stop": 931257825
        },
        {
            "start": 931257827,
            "stop": 931257901
        },
        {
            "start": 931257902,
            "stop": 931257909
        },
        {
            "start": 931257911,
            "stop": 931257915
        },
        {
            "start": 931257916,
            "stop": 931257951
        },
        {
            "start": 931257954,
            "stop": 931257957
        },
        {
            "start": 931257958,
            "stop": 931258009
        },
        {
            "start": 931258012,
            "stop": 931258033
        },
        {
            "start": 931258035,
            "stop": 931258051
        },
        {
            "start": 931258054,
            "stop": 931258086
        }
    ]
}