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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=507",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 508,
    "results": [
        {
            "start": 1262503023,
            "stop": 1262507360
        },
        {
            "start": 1262507363,
            "stop": 1262508543
        },
        {
            "start": 1262508545,
            "stop": 1262514285
        },
        {
            "start": 1262514287,
            "stop": 1262514343
        },
        {
            "start": 1262514347,
            "stop": 1262514731
        },
        {
            "start": 1262514734,
            "stop": 1262514752
        },
        {
            "start": 1262514754,
            "stop": 1262514759
        },
        {
            "start": 1262514761,
            "stop": 1262514777
        },
        {
            "start": 1262514779,
            "stop": 1262516354
        },
        {
            "start": 1262516356,
            "stop": 1262516484
        },
        {
            "start": 1262516487,
            "stop": 1262520468
        },
        {
            "start": 1262520470,
            "stop": 1262523320
        },
        {
            "start": 1262523324,
            "stop": 1262525476
        },
        {
            "start": 1262525479,
            "stop": 1262525732
        },
        {
            "start": 1262536296,
            "stop": 1262537111
        },
        {
            "start": 1262537114,
            "stop": 1262537319
        },
        {
            "start": 1262537322,
            "stop": 1262539043
        },
        {
            "start": 1262539046,
            "stop": 1262542349
        },
        {
            "start": 1262542352,
            "stop": 1262542502
        },
        {
            "start": 1262542505,
            "stop": 1262542533
        }
    ]
}