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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 7,
    "results": [
        {
            "start": 1371145915,
            "stop": 1371155770
        },
        {
            "start": 1371173293,
            "stop": 1371179161
        },
        {
            "start": 1371179831,
            "stop": 1371192153
        },
        {
            "start": 1371197859,
            "stop": 1371201204
        },
        {
            "start": 1371206449,
            "stop": 1371226389
        },
        {
            "start": 1371235280,
            "stop": 1371245481
        },
        {
            "start": 1371251794,
            "stop": 1371280924
        },
        {
            "start": 1371291914,
            "stop": 1371306087
        },
        {
            "start": 1371348585,
            "stop": 1371380425
        },
        {
            "start": 1371380537,
            "stop": 1371381771
        },
        {
            "start": 1371385787,
            "stop": 1371388719
        },
        {
            "start": 1371392112,
            "stop": 1371395175
        },
        {
            "start": 1371425676,
            "stop": 1371441079
        },
        {
            "start": 1371445497,
            "stop": 1371477245
        },
        {
            "start": 1371477714,
            "stop": 1371489324
        },
        {
            "start": 1371504312,
            "stop": 1371509063
        },
        {
            "start": 1371511876,
            "stop": 1371541884
        },
        {
            "start": 1371563918,
            "stop": 1371581630
        },
        {
            "start": 1371581663,
            "stop": 1371582528
        },
        {
            "start": 1371585807,
            "stop": 1371591458
        }
    ]
}