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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=137",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 138,
    "results": [
        {
            "start": 816832264,
            "stop": 816832283
        },
        {
            "start": 816832289,
            "stop": 816832311
        },
        {
            "start": 816832320,
            "stop": 816832338
        },
        {
            "start": 816832342,
            "stop": 816832398
        },
        {
            "start": 816832402,
            "stop": 816832413
        },
        {
            "start": 816832417,
            "stop": 816832458
        },
        {
            "start": 816832464,
            "stop": 816832465
        },
        {
            "start": 816832472,
            "stop": 816832473
        },
        {
            "start": 816832479,
            "stop": 816832482
        },
        {
            "start": 816832485,
            "stop": 816832489
        },
        {
            "start": 816832496,
            "stop": 816832637
        },
        {
            "start": 816832642,
            "stop": 816832646
        },
        {
            "start": 816832650,
            "stop": 816832652
        },
        {
            "start": 816832656,
            "stop": 816832688
        },
        {
            "start": 816832702,
            "stop": 816832710
        },
        {
            "start": 816832714,
            "stop": 816832722
        },
        {
            "start": 816832734,
            "stop": 816832735
        },
        {
            "start": 816832741,
            "stop": 816832742
        },
        {
            "start": 816832755,
            "stop": 816832895
        },
        {
            "start": 816832899,
            "stop": 816832903
        }
    ]
}