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_CW_CAT1/segments?format=api&page=64
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=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=63",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 64,
    "results": [
        {
            "start": 821527188,
            "stop": 821527194
        },
        {
            "start": 821527202,
            "stop": 821527265
        },
        {
            "start": 821527269,
            "stop": 821527862
        },
        {
            "start": 821527866,
            "stop": 821527887
        },
        {
            "start": 821527891,
            "stop": 821550345
        },
        {
            "start": 821564104,
            "stop": 821583853
        },
        {
            "start": 821584740,
            "stop": 821592253
        },
        {
            "start": 821593374,
            "stop": 821597413
        },
        {
            "start": 821597461,
            "stop": 821597463
        },
        {
            "start": 821597693,
            "stop": 821612941
        },
        {
            "start": 821620374,
            "stop": 821630233
        },
        {
            "start": 821630262,
            "stop": 821630264
        },
        {
            "start": 821630631,
            "stop": 821644032
        },
        {
            "start": 821644906,
            "stop": 821663953
        },
        {
            "start": 821665175,
            "stop": 821666927
        },
        {
            "start": 821667040,
            "stop": 821669583
        },
        {
            "start": 821669799,
            "stop": 821681653
        },
        {
            "start": 821682259,
            "stop": 821690844
        },
        {
            "start": 821690988,
            "stop": 821718654
        },
        {
            "start": 821719775,
            "stop": 821721120
        }
    ]
}