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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1841",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1839",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1840,
    "results": [
        {
            "start": 1250456116,
            "stop": 1250456137
        },
        {
            "start": 1250456140,
            "stop": 1250456961
        },
        {
            "start": 1250456964,
            "stop": 1250456992
        },
        {
            "start": 1250456995,
            "stop": 1250457089
        },
        {
            "start": 1250457092,
            "stop": 1250457935
        },
        {
            "start": 1250457938,
            "stop": 1250458325
        },
        {
            "start": 1250458328,
            "stop": 1250458439
        },
        {
            "start": 1250458442,
            "stop": 1250460081
        },
        {
            "start": 1250460084,
            "stop": 1250460530
        },
        {
            "start": 1250473129,
            "stop": 1250474422
        },
        {
            "start": 1250474424,
            "stop": 1250474601
        },
        {
            "start": 1250474604,
            "stop": 1250475150
        },
        {
            "start": 1250475153,
            "stop": 1250476495
        },
        {
            "start": 1250476498,
            "stop": 1250476912
        },
        {
            "start": 1250476913,
            "stop": 1250477337
        },
        {
            "start": 1250477338,
            "stop": 1250479086
        },
        {
            "start": 1250479094,
            "stop": 1250480983
        },
        {
            "start": 1250480986,
            "stop": 1250481003
        },
        {
            "start": 1250481005,
            "stop": 1250481045
        },
        {
            "start": 1250481048,
            "stop": 1250481226
        }
    ]
}