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=1807
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=1808",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1806",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1807,
    "results": [
        {
            "start": 960634651,
            "stop": 960636057
        },
        {
            "start": 960638530,
            "stop": 960638950
        },
        {
            "start": 960707944,
            "stop": 960710344
        },
        {
            "start": 960711269,
            "stop": 960728703
        },
        {
            "start": 960730983,
            "stop": 960735456
        },
        {
            "start": 960753206,
            "stop": 960760390
        },
        {
            "start": 960792766,
            "stop": 960796626
        },
        {
            "start": 960796628,
            "stop": 960798868
        },
        {
            "start": 960798870,
            "stop": 960799654
        },
        {
            "start": 960799656,
            "stop": 960799992
        },
        {
            "start": 960799994,
            "stop": 960800502
        },
        {
            "start": 960800504,
            "stop": 960801264
        },
        {
            "start": 960806689,
            "stop": 960806964
        },
        {
            "start": 960812830,
            "stop": 960828835
        },
        {
            "start": 960830956,
            "stop": 960850026
        },
        {
            "start": 960850205,
            "stop": 960855138
        },
        {
            "start": 960879055,
            "stop": 960881927
        },
        {
            "start": 960883220,
            "stop": 960887309
        },
        {
            "start": 960887775,
            "stop": 960894248
        },
        {
            "start": 960942209,
            "stop": 960946255
        }
    ]
}