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/H1_CW_CAT1/segments?format=api&page=427
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=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=426",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 427,
    "results": [
        {
            "start": 866601755,
            "stop": 866602850
        },
        {
            "start": 866602854,
            "stop": 866602869
        },
        {
            "start": 866602873,
            "stop": 866602937
        },
        {
            "start": 866602941,
            "stop": 866602947
        },
        {
            "start": 866602950,
            "stop": 866603719
        },
        {
            "start": 866603738,
            "stop": 866603748
        },
        {
            "start": 866603757,
            "stop": 866603825
        },
        {
            "start": 866603829,
            "stop": 866603840
        },
        {
            "start": 866603843,
            "stop": 866604132
        },
        {
            "start": 866604141,
            "stop": 866604252
        },
        {
            "start": 866604256,
            "stop": 866604267
        },
        {
            "start": 866604271,
            "stop": 866604410
        },
        {
            "start": 866604414,
            "stop": 866604424
        },
        {
            "start": 866604428,
            "stop": 866604454
        },
        {
            "start": 866604457,
            "stop": 866604473
        },
        {
            "start": 866604481,
            "stop": 866604492
        },
        {
            "start": 866604497,
            "stop": 866604521
        },
        {
            "start": 866604525,
            "stop": 866604784
        },
        {
            "start": 866604793,
            "stop": 866604846
        },
        {
            "start": 866604850,
            "stop": 866604878
        }
    ]
}