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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=199",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 200,
    "results": [
        {
            "start": 1239876998,
            "stop": 1239877031
        },
        {
            "start": 1239877033,
            "stop": 1239877151
        },
        {
            "start": 1239877153,
            "stop": 1239877271
        },
        {
            "start": 1239877273,
            "stop": 1239877391
        },
        {
            "start": 1239877393,
            "stop": 1239877511
        },
        {
            "start": 1239877513,
            "stop": 1239877631
        },
        {
            "start": 1239877633,
            "stop": 1239877751
        },
        {
            "start": 1239877752,
            "stop": 1239877871
        },
        {
            "start": 1239877873,
            "stop": 1239877991
        },
        {
            "start": 1239877993,
            "stop": 1239878111
        },
        {
            "start": 1239878113,
            "stop": 1239878231
        },
        {
            "start": 1239878233,
            "stop": 1239878351
        },
        {
            "start": 1239878353,
            "stop": 1239878471
        },
        {
            "start": 1239878473,
            "stop": 1239878591
        },
        {
            "start": 1239878593,
            "stop": 1239878666
        },
        {
            "start": 1239878671,
            "stop": 1239878711
        },
        {
            "start": 1239878713,
            "stop": 1239878831
        },
        {
            "start": 1239878833,
            "stop": 1239878951
        },
        {
            "start": 1239878953,
            "stop": 1239879071
        },
        {
            "start": 1239879073,
            "stop": 1239879191
        }
    ]
}