Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7017
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7018",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7016",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7017,
    "results": [
        {
            "start": 873952767,
            "stop": 873952884
        },
        {
            "start": 873952887,
            "stop": 873953330
        },
        {
            "start": 873953333,
            "stop": 873953773
        },
        {
            "start": 873953777,
            "stop": 873954172
        },
        {
            "start": 873954175,
            "stop": 873956757
        },
        {
            "start": 873956760,
            "stop": 873957225
        },
        {
            "start": 873957228,
            "stop": 873957660
        },
        {
            "start": 873957663,
            "stop": 873957935
        },
        {
            "start": 873957938,
            "stop": 873958600
        },
        {
            "start": 873958603,
            "stop": 873959252
        },
        {
            "start": 873959256,
            "stop": 873960063
        },
        {
            "start": 873960067,
            "stop": 873960530
        },
        {
            "start": 873960533,
            "stop": 873961023
        },
        {
            "start": 873961026,
            "stop": 873961737
        },
        {
            "start": 873961740,
            "stop": 873961805
        },
        {
            "start": 873961810,
            "stop": 873961816
        },
        {
            "start": 873961819,
            "stop": 873961875
        },
        {
            "start": 873961878,
            "stop": 873962750
        },
        {
            "start": 873962753,
            "stop": 873962920
        },
        {
            "start": 873962923,
            "stop": 873963229
        }
    ]
}