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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=58",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 59,
    "results": [
        {
            "start": 931255482,
            "stop": 931255485
        },
        {
            "start": 931255487,
            "stop": 931255495
        },
        {
            "start": 931255497,
            "stop": 931255511
        },
        {
            "start": 931255518,
            "stop": 931255519
        },
        {
            "start": 931255527,
            "stop": 931255530
        },
        {
            "start": 931255535,
            "stop": 931255566
        },
        {
            "start": 931255568,
            "stop": 931255584
        },
        {
            "start": 931255586,
            "stop": 931255591
        },
        {
            "start": 931255604,
            "stop": 931255607
        },
        {
            "start": 931255610,
            "stop": 931255623
        },
        {
            "start": 931255625,
            "stop": 931255626
        },
        {
            "start": 931255628,
            "stop": 931255633
        },
        {
            "start": 931255639,
            "stop": 931255641
        },
        {
            "start": 931255647,
            "stop": 931255650
        },
        {
            "start": 931255652,
            "stop": 931255672
        },
        {
            "start": 931255673,
            "stop": 931255678
        },
        {
            "start": 931255681,
            "stop": 931255687
        },
        {
            "start": 931255690,
            "stop": 931255698
        },
        {
            "start": 931255703,
            "stop": 931255704
        },
        {
            "start": 931255708,
            "stop": 931255712
        }
    ]
}