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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT2/segments?format=api&page=34",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 35,
    "results": [
        {
            "start": 1384300357,
            "stop": 1384338014
        },
        {
            "start": 1384366811,
            "stop": 1384379985
        },
        {
            "start": 1384397334,
            "stop": 1384438455
        },
        {
            "start": 1384462885,
            "stop": 1384465897
        },
        {
            "start": 1384472334,
            "stop": 1384474542
        },
        {
            "start": 1384474554,
            "stop": 1384495176
        },
        {
            "start": 1384502733,
            "stop": 1384524823
        },
        {
            "start": 1384531344,
            "stop": 1384588801
        },
        {
            "start": 1384651925,
            "stop": 1384664447
        },
        {
            "start": 1384681282,
            "stop": 1384712507
        },
        {
            "start": 1384719779,
            "stop": 1384719844
        },
        {
            "start": 1384719958,
            "stop": 1384720788
        },
        {
            "start": 1384731350,
            "stop": 1384732607
        },
        {
            "start": 1384732777,
            "stop": 1384733060
        },
        {
            "start": 1384733195,
            "stop": 1384755887
        },
        {
            "start": 1384756008,
            "stop": 1384769396
        },
        {
            "start": 1384773767,
            "stop": 1384797851
        },
        {
            "start": 1384798312,
            "stop": 1384807963
        },
        {
            "start": 1384808111,
            "stop": 1384837109
        },
        {
            "start": 1384837252,
            "stop": 1384852661
        }
    ]
}