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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5730",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5731,
    "results": [
        {
            "start": 874610208,
            "stop": 874610209
        },
        {
            "start": 874610213,
            "stop": 874610233
        },
        {
            "start": 874610236,
            "stop": 874610245
        },
        {
            "start": 874610248,
            "stop": 874610278
        },
        {
            "start": 874610281,
            "stop": 874610314
        },
        {
            "start": 874610317,
            "stop": 874610324
        },
        {
            "start": 874610327,
            "stop": 874610423
        },
        {
            "start": 874610426,
            "stop": 874610433
        },
        {
            "start": 874610436,
            "stop": 874610454
        },
        {
            "start": 874610459,
            "stop": 874610463
        },
        {
            "start": 874610466,
            "stop": 874610490
        },
        {
            "start": 874610493,
            "stop": 874610516
        },
        {
            "start": 874610519,
            "stop": 874610573
        },
        {
            "start": 874610578,
            "stop": 874610616
        },
        {
            "start": 874610622,
            "stop": 874610646
        },
        {
            "start": 874610649,
            "stop": 874610671
        },
        {
            "start": 874610676,
            "stop": 874610687
        },
        {
            "start": 874610691,
            "stop": 874610697
        },
        {
            "start": 874610700,
            "stop": 874610742
        },
        {
            "start": 874610745,
            "stop": 874610750
        }
    ]
}