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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=202",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=200",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 201,
    "results": [
        {
            "start": 1386753486,
            "stop": 1386759480
        },
        {
            "start": 1386759485,
            "stop": 1386765905
        },
        {
            "start": 1386765910,
            "stop": 1386766256
        },
        {
            "start": 1386766261,
            "stop": 1386768252
        },
        {
            "start": 1386768257,
            "stop": 1386772907
        },
        {
            "start": 1386772912,
            "stop": 1386777016
        },
        {
            "start": 1386777021,
            "stop": 1386785769
        },
        {
            "start": 1386785774,
            "stop": 1386788509
        },
        {
            "start": 1386788514,
            "stop": 1386789174
        },
        {
            "start": 1386791447,
            "stop": 1386791953
        },
        {
            "start": 1386797309,
            "stop": 1386803315
        },
        {
            "start": 1386803320,
            "stop": 1386812816
        },
        {
            "start": 1386812821,
            "stop": 1386818831
        },
        {
            "start": 1386818836,
            "stop": 1386820848
        },
        {
            "start": 1386824770,
            "stop": 1386825356
        },
        {
            "start": 1386825361,
            "stop": 1386830673
        },
        {
            "start": 1386830678,
            "stop": 1386841040
        },
        {
            "start": 1386841045,
            "stop": 1386847159
        },
        {
            "start": 1386847164,
            "stop": 1386848829
        },
        {
            "start": 1386848834,
            "stop": 1386849518
        }
    ]
}