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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=151",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 152,
    "results": [
        {
            "start": 830549973,
            "stop": 830550133
        },
        {
            "start": 830550156,
            "stop": 830550158
        },
        {
            "start": 830551527,
            "stop": 830551547
        },
        {
            "start": 830574114,
            "stop": 830574493
        },
        {
            "start": 830575544,
            "stop": 830575933
        },
        {
            "start": 830576576,
            "stop": 830602690
        },
        {
            "start": 830604177,
            "stop": 830612759
        },
        {
            "start": 830614534,
            "stop": 830617320
        },
        {
            "start": 830653792,
            "stop": 830657860
        },
        {
            "start": 830658774,
            "stop": 830661971
        },
        {
            "start": 830663328,
            "stop": 830689978
        },
        {
            "start": 830690060,
            "stop": 830702263
        },
        {
            "start": 830703373,
            "stop": 830705924
        },
        {
            "start": 830717249,
            "stop": 830717464
        },
        {
            "start": 830719644,
            "stop": 830719743
        },
        {
            "start": 830720488,
            "stop": 830722059
        },
        {
            "start": 830723613,
            "stop": 830727253
        },
        {
            "start": 830728500,
            "stop": 830754509
        },
        {
            "start": 830754787,
            "stop": 830770933
        },
        {
            "start": 830772315,
            "stop": 830777887
        }
    ]
}