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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3883",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3884,
    "results": [
        {
            "start": 873953333,
            "stop": 873954172
        },
        {
            "start": 873954175,
            "stop": 873957225
        },
        {
            "start": 873957228,
            "stop": 873957660
        },
        {
            "start": 873957663,
            "stop": 873958600
        },
        {
            "start": 873958603,
            "stop": 873960063
        },
        {
            "start": 873960067,
            "stop": 873960530
        },
        {
            "start": 873960533,
            "stop": 873961737
        },
        {
            "start": 873961740,
            "stop": 873961805
        },
        {
            "start": 873961810,
            "stop": 873961816
        },
        {
            "start": 873961819,
            "stop": 873961875
        },
        {
            "start": 873961878,
            "stop": 873962750
        },
        {
            "start": 873962753,
            "stop": 873963229
        },
        {
            "start": 873963233,
            "stop": 873965294
        },
        {
            "start": 873965297,
            "stop": 873966948
        },
        {
            "start": 873966952,
            "stop": 873969148
        },
        {
            "start": 873969150,
            "stop": 873969237
        },
        {
            "start": 873970336,
            "stop": 873970589
        },
        {
            "start": 873970592,
            "stop": 873971519
        },
        {
            "start": 873971522,
            "stop": 873974957
        },
        {
            "start": 873974960,
            "stop": 873974963
        }
    ]
}