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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=155",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 156,
    "results": [
        {
            "start": 1418701908,
            "stop": 1418705245
        },
        {
            "start": 1418705250,
            "stop": 1418718092
        },
        {
            "start": 1418718097,
            "stop": 1418720997
        },
        {
            "start": 1418721002,
            "stop": 1418723954
        },
        {
            "start": 1418723959,
            "stop": 1418724345
        },
        {
            "start": 1418724350,
            "stop": 1418725723
        },
        {
            "start": 1418725728,
            "stop": 1418730284
        },
        {
            "start": 1418730289,
            "stop": 1418735698
        },
        {
            "start": 1418735703,
            "stop": 1418738359
        },
        {
            "start": 1418738364,
            "stop": 1418745196
        },
        {
            "start": 1418745201,
            "stop": 1418745255
        },
        {
            "start": 1418745260,
            "stop": 1418745540
        },
        {
            "start": 1418745545,
            "stop": 1418745695
        },
        {
            "start": 1418745700,
            "stop": 1418745853
        },
        {
            "start": 1418745858,
            "stop": 1418745891
        },
        {
            "start": 1418745896,
            "stop": 1418745905
        },
        {
            "start": 1418745910,
            "stop": 1418745917
        },
        {
            "start": 1418745922,
            "stop": 1418745941
        },
        {
            "start": 1418745946,
            "stop": 1418745961
        },
        {
            "start": 1418745966,
            "stop": 1418745976
        }
    ]
}