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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_DATA/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_DATA/segments?format=api&page=25",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 26,
    "results": [
        {
            "start": 1381254982,
            "stop": 1381259006
        },
        {
            "start": 1381259314,
            "stop": 1381260799
        },
        {
            "start": 1381260861,
            "stop": 1381266396
        },
        {
            "start": 1381266423,
            "stop": 1381345005
        },
        {
            "start": 1381345025,
            "stop": 1381379909
        },
        {
            "start": 1381389041,
            "stop": 1381395199
        },
        {
            "start": 1381404891,
            "stop": 1381461554
        },
        {
            "start": 1381467491,
            "stop": 1381491761
        },
        {
            "start": 1381502650,
            "stop": 1381524007
        },
        {
            "start": 1381524041,
            "stop": 1381531322
        },
        {
            "start": 1381531358,
            "stop": 1381587752
        },
        {
            "start": 1381588846,
            "stop": 1381589116
        },
        {
            "start": 1381614722,
            "stop": 1381616197
        },
        {
            "start": 1381617204,
            "stop": 1381629198
        },
        {
            "start": 1381634778,
            "stop": 1381682932
        },
        {
            "start": 1381683391,
            "stop": 1381690875
        },
        {
            "start": 1381705706,
            "stop": 1381773018
        },
        {
            "start": 1381773175,
            "stop": 1381774437
        },
        {
            "start": 1381779693,
            "stop": 1381867220
        },
        {
            "start": 1381878183,
            "stop": 1381910740
        }
    ]
}