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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=684",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=682",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 683,
    "results": [
        {
            "start": 1266423328,
            "stop": 1266423331
        },
        {
            "start": 1266423333,
            "stop": 1266423338
        },
        {
            "start": 1266423339,
            "stop": 1266423343
        },
        {
            "start": 1266423346,
            "stop": 1266423349
        },
        {
            "start": 1266423352,
            "stop": 1266423357
        },
        {
            "start": 1266423359,
            "stop": 1266423361
        },
        {
            "start": 1266423364,
            "stop": 1266423366
        },
        {
            "start": 1266423369,
            "stop": 1266423370
        },
        {
            "start": 1266423372,
            "stop": 1266423373
        },
        {
            "start": 1266423375,
            "stop": 1266423377
        },
        {
            "start": 1266423389,
            "stop": 1266423661
        },
        {
            "start": 1266423663,
            "stop": 1266423665
        },
        {
            "start": 1266423666,
            "stop": 1266423669
        },
        {
            "start": 1266423670,
            "stop": 1266423671
        },
        {
            "start": 1266423674,
            "stop": 1266423680
        },
        {
            "start": 1266423681,
            "stop": 1266423682
        },
        {
            "start": 1266423684,
            "stop": 1266423692
        },
        {
            "start": 1266423693,
            "stop": 1266424185
        },
        {
            "start": 1266424187,
            "stop": 1266429930
        },
        {
            "start": 1266429931,
            "stop": 1266429937
        }
    ]
}