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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=7",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 8,
    "results": [
        {
            "start": 816783765,
            "stop": 816783805
        },
        {
            "start": 816790398,
            "stop": 816791951
        },
        {
            "start": 816791953,
            "stop": 816792104
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825704
        },
        {
            "start": 816825706,
            "stop": 816825821
        },
        {
            "start": 816827265,
            "stop": 816828763
        },
        {
            "start": 816828765,
            "stop": 816830679
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816856491
        },
        {
            "start": 816856493,
            "stop": 816856750
        },
        {
            "start": 816856752,
            "stop": 816856812
        },
        {
            "start": 816858141,
            "stop": 816864072
        },
        {
            "start": 816908980,
            "stop": 816911377
        },
        {
            "start": 816911378,
            "stop": 816913365
        },
        {
            "start": 816914496,
            "stop": 816916268
        },
        {
            "start": 816917124,
            "stop": 816918998
        },
        {
            "start": 816920674,
            "stop": 816922321
        },
        {
            "start": 816922322,
            "stop": 816925639
        }
    ]
}