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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=123",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 124,
    "results": [
        {
            "start": 953241507,
            "stop": 953241513
        },
        {
            "start": 953241530,
            "stop": 953241538
        },
        {
            "start": 953241544,
            "stop": 953241632
        },
        {
            "start": 953241637,
            "stop": 953241655
        },
        {
            "start": 953241664,
            "stop": 953241719
        },
        {
            "start": 953241722,
            "stop": 953241732
        },
        {
            "start": 953241737,
            "stop": 953241789
        },
        {
            "start": 953241792,
            "stop": 953241800
        },
        {
            "start": 953241813,
            "stop": 953241816
        },
        {
            "start": 953241822,
            "stop": 953241886
        },
        {
            "start": 953241888,
            "stop": 953241974
        },
        {
            "start": 953241978,
            "stop": 953241983
        },
        {
            "start": 953241986,
            "stop": 953242003
        },
        {
            "start": 953242008,
            "stop": 953242022
        },
        {
            "start": 953242041,
            "stop": 953242307
        },
        {
            "start": 953242310,
            "stop": 953242321
        },
        {
            "start": 953242329,
            "stop": 953242332
        },
        {
            "start": 953242335,
            "stop": 953242362
        },
        {
            "start": 953242365,
            "stop": 953242382
        },
        {
            "start": 953242385,
            "stop": 953242403
        }
    ]
}