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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=92",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 93,
    "results": [
        {
            "start": 1126558802,
            "stop": 1126558986
        },
        {
            "start": 1126558987,
            "stop": 1126559155
        },
        {
            "start": 1126559156,
            "stop": 1126559532
        },
        {
            "start": 1126559534,
            "stop": 1126559722
        },
        {
            "start": 1126559729,
            "stop": 1126559914
        },
        {
            "start": 1126559915,
            "stop": 1126559997
        },
        {
            "start": 1126559999,
            "stop": 1126560303
        },
        {
            "start": 1126560304,
            "stop": 1126560323
        },
        {
            "start": 1126560324,
            "stop": 1126560336
        },
        {
            "start": 1126560338,
            "stop": 1126560642
        },
        {
            "start": 1126560643,
            "stop": 1126560707
        },
        {
            "start": 1126560708,
            "stop": 1126561010
        },
        {
            "start": 1126561011,
            "stop": 1126561407
        },
        {
            "start": 1126561408,
            "stop": 1126561511
        },
        {
            "start": 1126561512,
            "stop": 1126562124
        },
        {
            "start": 1126562129,
            "stop": 1126562135
        },
        {
            "start": 1126562137,
            "stop": 1126562493
        },
        {
            "start": 1126562495,
            "stop": 1126562861
        },
        {
            "start": 1126562862,
            "stop": 1126562897
        },
        {
            "start": 1126562904,
            "stop": 1126562935
        }
    ]
}