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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=97",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 98,
    "results": [
        {
            "start": 1376467683,
            "stop": 1376477000
        },
        {
            "start": 1376477005,
            "stop": 1376481017
        },
        {
            "start": 1376481022,
            "stop": 1376482673
        },
        {
            "start": 1376482678,
            "stop": 1376488005
        },
        {
            "start": 1376488010,
            "stop": 1376493148
        },
        {
            "start": 1376493152,
            "stop": 1376498220
        },
        {
            "start": 1376498225,
            "stop": 1376505481
        },
        {
            "start": 1376505486,
            "stop": 1376527832
        },
        {
            "start": 1376527837,
            "stop": 1376530796
        },
        {
            "start": 1376530801,
            "stop": 1376532416
        },
        {
            "start": 1376532421,
            "stop": 1376537193
        },
        {
            "start": 1376537198,
            "stop": 1376541058
        },
        {
            "start": 1376541061,
            "stop": 1376543662
        },
        {
            "start": 1376543667,
            "stop": 1376545825
        },
        {
            "start": 1376545830,
            "stop": 1376547912
        },
        {
            "start": 1376547917,
            "stop": 1376553807
        },
        {
            "start": 1376553811,
            "stop": 1376555168
        },
        {
            "start": 1376555173,
            "stop": 1376555784
        },
        {
            "start": 1376555789,
            "stop": 1376556884
        },
        {
            "start": 1376556889,
            "stop": 1376560504
        }
    ]
}