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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=202",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 203,
    "results": [
        {
            "start": 845479716,
            "stop": 845492569
        },
        {
            "start": 845493978,
            "stop": 845504043
        },
        {
            "start": 845506107,
            "stop": 845509422
        },
        {
            "start": 845511920,
            "stop": 845533093
        },
        {
            "start": 845539529,
            "stop": 845541910
        },
        {
            "start": 845548807,
            "stop": 845560813
        },
        {
            "start": 845590143,
            "stop": 845636143
        },
        {
            "start": 845637179,
            "stop": 845657653
        },
        {
            "start": 845660218,
            "stop": 845665813
        },
        {
            "start": 845666432,
            "stop": 845668136
        },
        {
            "start": 845669780,
            "stop": 845669915
        },
        {
            "start": 845671230,
            "stop": 845674137
        },
        {
            "start": 845675760,
            "stop": 845687611
        },
        {
            "start": 845691701,
            "stop": 845700253
        },
        {
            "start": 845700951,
            "stop": 845701110
        },
        {
            "start": 845728375,
            "stop": 845734996
        },
        {
            "start": 845793613,
            "stop": 845813233
        },
        {
            "start": 845813282,
            "stop": 845813285
        },
        {
            "start": 845813833,
            "stop": 845817613
        },
        {
            "start": 845817632,
            "stop": 845817635
        }
    ]
}