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=204
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=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=203",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 204,
    "results": [
        {
            "start": 839794949,
            "stop": 839801293
        },
        {
            "start": 839802199,
            "stop": 839808193
        },
        {
            "start": 839809244,
            "stop": 839828533
        },
        {
            "start": 839829478,
            "stop": 839848794
        },
        {
            "start": 839850171,
            "stop": 839863856
        },
        {
            "start": 839864921,
            "stop": 839871313
        },
        {
            "start": 839872371,
            "stop": 839873833
        },
        {
            "start": 839873857,
            "stop": 839873859
        },
        {
            "start": 839873925,
            "stop": 839875873
        },
        {
            "start": 839875907,
            "stop": 839875908
        },
        {
            "start": 839876041,
            "stop": 839881400
        },
        {
            "start": 839881484,
            "stop": 839882893
        },
        {
            "start": 839882906,
            "stop": 839882908
        },
        {
            "start": 839882969,
            "stop": 839883013
        },
        {
            "start": 839883049,
            "stop": 839883050
        },
        {
            "start": 839883209,
            "stop": 839883348
        },
        {
            "start": 839883561,
            "stop": 839883741
        },
        {
            "start": 839883858,
            "stop": 839885293
        },
        {
            "start": 839885321,
            "stop": 839885323
        },
        {
            "start": 839885654,
            "stop": 839893198
        }
    ]
}