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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=125",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 126,
    "results": [
        {
            "start": 931589782,
            "stop": 931589786
        },
        {
            "start": 931589791,
            "stop": 931589793
        },
        {
            "start": 931589798,
            "stop": 931589805
        },
        {
            "start": 931589808,
            "stop": 931589811
        },
        {
            "start": 931589815,
            "stop": 931589818
        },
        {
            "start": 931589821,
            "stop": 931589823
        },
        {
            "start": 931589827,
            "stop": 931589829
        },
        {
            "start": 931589840,
            "stop": 931589841
        },
        {
            "start": 931589847,
            "stop": 931589852
        },
        {
            "start": 931589855,
            "stop": 931589869
        },
        {
            "start": 931589876,
            "stop": 931589877
        },
        {
            "start": 931589883,
            "stop": 931589884
        },
        {
            "start": 931589898,
            "stop": 931589903
        },
        {
            "start": 931589912,
            "stop": 931589913
        },
        {
            "start": 931589922,
            "stop": 931589923
        },
        {
            "start": 931589927,
            "stop": 931589931
        },
        {
            "start": 931589937,
            "stop": 931589946
        },
        {
            "start": 931589950,
            "stop": 931589961
        },
        {
            "start": 931589967,
            "stop": 931589969
        },
        {
            "start": 931589977,
            "stop": 931589979
        }
    ]
}