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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=137",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 138,
    "results": [
        {
            "start": 1126659686,
            "stop": 1126659688
        },
        {
            "start": 1126659692,
            "stop": 1126659695
        },
        {
            "start": 1126659696,
            "stop": 1126659697
        },
        {
            "start": 1126659701,
            "stop": 1126659703
        },
        {
            "start": 1126659704,
            "stop": 1126659741
        },
        {
            "start": 1126659743,
            "stop": 1126659746
        },
        {
            "start": 1126659747,
            "stop": 1126659748
        },
        {
            "start": 1126659749,
            "stop": 1126659750
        },
        {
            "start": 1126659753,
            "stop": 1126659760
        },
        {
            "start": 1126659762,
            "stop": 1126659844
        },
        {
            "start": 1126659845,
            "stop": 1126659848
        },
        {
            "start": 1126659849,
            "stop": 1126659859
        },
        {
            "start": 1126659860,
            "stop": 1126659861
        },
        {
            "start": 1126659863,
            "stop": 1126659871
        },
        {
            "start": 1126659873,
            "stop": 1126659884
        },
        {
            "start": 1126659885,
            "stop": 1126659889
        },
        {
            "start": 1126659890,
            "stop": 1126659894
        },
        {
            "start": 1126659900,
            "stop": 1126659901
        },
        {
            "start": 1126659903,
            "stop": 1126659910
        },
        {
            "start": 1126659912,
            "stop": 1126659919
        }
    ]
}