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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=261",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 262,
    "results": [
        {
            "start": 848638441,
            "stop": 848638447
        },
        {
            "start": 848638460,
            "stop": 848638894
        },
        {
            "start": 848638898,
            "stop": 848638903
        },
        {
            "start": 848638918,
            "stop": 848638923
        },
        {
            "start": 848638927,
            "stop": 848638931
        },
        {
            "start": 848641850,
            "stop": 848642291
        },
        {
            "start": 848644142,
            "stop": 848673429
        },
        {
            "start": 848676349,
            "stop": 848683986
        },
        {
            "start": 848684046,
            "stop": 848684101
        },
        {
            "start": 848684163,
            "stop": 848692685
        },
        {
            "start": 848693369,
            "stop": 848702306
        },
        {
            "start": 848702343,
            "stop": 848702449
        },
        {
            "start": 848702450,
            "stop": 848702451
        },
        {
            "start": 848702756,
            "stop": 848736733
        },
        {
            "start": 848736750,
            "stop": 848736751
        },
        {
            "start": 848738272,
            "stop": 848738388
        },
        {
            "start": 848738423,
            "stop": 848764849
        },
        {
            "start": 848782558,
            "stop": 848795893
        },
        {
            "start": 848800268,
            "stop": 848812611
        },
        {
            "start": 848812699,
            "stop": 848816822
        }
    ]
}