Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=123",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 124,
    "results": [
        {
            "start": 931589775,
            "stop": 931589779
        },
        {
            "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
        }
    ]
}