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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=25",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 26,
    "results": [
        {
            "start": 816771631,
            "stop": 816771636
        },
        {
            "start": 816771643,
            "stop": 816771663
        },
        {
            "start": 816771665,
            "stop": 816771669
        },
        {
            "start": 816771671,
            "stop": 816771672
        },
        {
            "start": 816772426,
            "stop": 816773173
        },
        {
            "start": 816775140,
            "stop": 816775529
        },
        {
            "start": 816775532,
            "stop": 816775536
        },
        {
            "start": 816775549,
            "stop": 816775557
        },
        {
            "start": 816775560,
            "stop": 816775562
        },
        {
            "start": 816776927,
            "stop": 816777080
        },
        {
            "start": 816777082,
            "stop": 816779056
        },
        {
            "start": 816779059,
            "stop": 816779200
        },
        {
            "start": 816779203,
            "stop": 816779338
        },
        {
            "start": 816779340,
            "stop": 816779442
        },
        {
            "start": 816779444,
            "stop": 816779810
        },
        {
            "start": 816779815,
            "stop": 816779857
        },
        {
            "start": 816779861,
            "stop": 816780341
        },
        {
            "start": 816780344,
            "stop": 816780348
        },
        {
            "start": 816780351,
            "stop": 816780361
        },
        {
            "start": 816780365,
            "stop": 816780366
        }
    ]
}