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=6946
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=6947",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6945",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6946,
    "results": [
        {
            "start": 873736152,
            "stop": 873736171
        },
        {
            "start": 873736174,
            "stop": 873736201
        },
        {
            "start": 873736202,
            "stop": 873736212
        },
        {
            "start": 873736216,
            "stop": 873736217
        },
        {
            "start": 873736224,
            "stop": 873736229
        },
        {
            "start": 873736232,
            "stop": 873736253
        },
        {
            "start": 873736257,
            "stop": 873736264
        },
        {
            "start": 873736269,
            "stop": 873736271
        },
        {
            "start": 873736274,
            "stop": 873736278
        },
        {
            "start": 873736281,
            "stop": 873736284
        },
        {
            "start": 873736287,
            "stop": 873736324
        },
        {
            "start": 873736332,
            "stop": 873736351
        },
        {
            "start": 873736354,
            "stop": 873736444
        },
        {
            "start": 873736450,
            "stop": 873736511
        },
        {
            "start": 873736518,
            "stop": 873736549
        },
        {
            "start": 873736553,
            "stop": 873736574
        },
        {
            "start": 873736580,
            "stop": 873736584
        },
        {
            "start": 873736588,
            "stop": 873736673
        },
        {
            "start": 873736677,
            "stop": 873736680
        },
        {
            "start": 873736683,
            "stop": 873736706
        }
    ]
}