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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=147",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 148,
    "results": [
        {
            "start": 1260502613,
            "stop": 1260504008
        },
        {
            "start": 1260504012,
            "stop": 1260505351
        },
        {
            "start": 1260505354,
            "stop": 1260507764
        },
        {
            "start": 1260507765,
            "stop": 1260509035
        },
        {
            "start": 1260509040,
            "stop": 1260509636
        },
        {
            "start": 1260509639,
            "stop": 1260511238
        },
        {
            "start": 1260511242,
            "stop": 1260513586
        },
        {
            "start": 1260513589,
            "stop": 1260513954
        },
        {
            "start": 1260513959,
            "stop": 1260514573
        },
        {
            "start": 1260514577,
            "stop": 1260516490
        },
        {
            "start": 1260516492,
            "stop": 1260517149
        },
        {
            "start": 1260517153,
            "stop": 1260518539
        },
        {
            "start": 1260518544,
            "stop": 1260520950
        },
        {
            "start": 1260520952,
            "stop": 1260525837
        },
        {
            "start": 1260525840,
            "stop": 1260527157
        },
        {
            "start": 1260527160,
            "stop": 1260527664
        },
        {
            "start": 1260527667,
            "stop": 1260527877
        },
        {
            "start": 1260527879,
            "stop": 1260528437
        },
        {
            "start": 1260528440,
            "stop": 1260529735
        },
        {
            "start": 1260529738,
            "stop": 1260534846
        }
    ]
}