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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=330",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=328",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 329,
    "results": [
        {
            "start": 931772934,
            "stop": 931773159
        },
        {
            "start": 931773161,
            "stop": 931773218
        },
        {
            "start": 931773223,
            "stop": 931773224
        },
        {
            "start": 931773226,
            "stop": 931773227
        },
        {
            "start": 931773230,
            "stop": 931773231
        },
        {
            "start": 931773237,
            "stop": 931773238
        },
        {
            "start": 931773240,
            "stop": 931773241
        },
        {
            "start": 931773242,
            "stop": 931773246
        },
        {
            "start": 931773248,
            "stop": 931773293
        },
        {
            "start": 931773297,
            "stop": 931773317
        },
        {
            "start": 931773319,
            "stop": 931773341
        },
        {
            "start": 931773343,
            "stop": 931773353
        },
        {
            "start": 931773355,
            "stop": 931773388
        },
        {
            "start": 931773390,
            "stop": 931773427
        },
        {
            "start": 931773428,
            "stop": 931773615
        },
        {
            "start": 931773975,
            "stop": 931773984
        },
        {
            "start": 931773986,
            "stop": 931774001
        },
        {
            "start": 931774003,
            "stop": 931774007
        },
        {
            "start": 931774009,
            "stop": 931774038
        },
        {
            "start": 931774040,
            "stop": 931774043
        }
    ]
}