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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=5",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 6,
    "results": [
        {
            "start": 816311986,
            "stop": 816314412
        },
        {
            "start": 816314942,
            "stop": 816318259
        },
        {
            "start": 816321073,
            "stop": 816323982
        },
        {
            "start": 816324557,
            "stop": 816324655
        },
        {
            "start": 816325335,
            "stop": 816330444
        },
        {
            "start": 816330886,
            "stop": 816337611
        },
        {
            "start": 816338522,
            "stop": 816339497
        },
        {
            "start": 816339500,
            "stop": 816342007
        },
        {
            "start": 816344402,
            "stop": 816348280
        },
        {
            "start": 816348283,
            "stop": 816348293
        },
        {
            "start": 816349019,
            "stop": 816354999
        },
        {
            "start": 816355002,
            "stop": 816356061
        },
        {
            "start": 816356067,
            "stop": 816358901
        },
        {
            "start": 816359384,
            "stop": 816359576
        },
        {
            "start": 816362511,
            "stop": 816364907
        },
        {
            "start": 816366108,
            "stop": 816366967
        },
        {
            "start": 816366970,
            "stop": 816367546
        },
        {
            "start": 816367883,
            "stop": 816368191
        },
        {
            "start": 816369733,
            "stop": 816370375
        },
        {
            "start": 816371734,
            "stop": 816376290
        }
    ]
}