Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=47",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 48,
    "results": [
        {
            "start": 821241580,
            "stop": 821241646
        },
        {
            "start": 821241649,
            "stop": 821241696
        },
        {
            "start": 821241699,
            "stop": 821241711
        },
        {
            "start": 821241714,
            "stop": 821241759
        },
        {
            "start": 821241762,
            "stop": 821241996
        },
        {
            "start": 821241999,
            "stop": 821242049
        },
        {
            "start": 821242052,
            "stop": 821242077
        },
        {
            "start": 821242080,
            "stop": 821242154
        },
        {
            "start": 821242157,
            "stop": 821242183
        },
        {
            "start": 821242186,
            "stop": 821242198
        },
        {
            "start": 821242201,
            "stop": 821242209
        },
        {
            "start": 821242212,
            "stop": 821242218
        },
        {
            "start": 821242221,
            "stop": 821242285
        },
        {
            "start": 821242291,
            "stop": 821242391
        },
        {
            "start": 821242394,
            "stop": 821242484
        },
        {
            "start": 821242487,
            "stop": 821242511
        },
        {
            "start": 821242514,
            "stop": 821242537
        },
        {
            "start": 821242540,
            "stop": 821242547
        },
        {
            "start": 821242550,
            "stop": 821242628
        },
        {
            "start": 821242631,
            "stop": 821242729
        }
    ]
}