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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 139,
    "results": [
        {
            "start": 817994196,
            "stop": 817994218
        },
        {
            "start": 817994221,
            "stop": 817994246
        },
        {
            "start": 817994249,
            "stop": 817994295
        },
        {
            "start": 817994298,
            "stop": 817994422
        },
        {
            "start": 817994425,
            "stop": 817994459
        },
        {
            "start": 817994462,
            "stop": 817994706
        },
        {
            "start": 817994709,
            "stop": 817994717
        },
        {
            "start": 817994753,
            "stop": 817994761
        },
        {
            "start": 817994764,
            "stop": 817994772
        },
        {
            "start": 817994782,
            "stop": 817994958
        },
        {
            "start": 817994961,
            "stop": 817995145
        },
        {
            "start": 817995148,
            "stop": 817995212
        },
        {
            "start": 817995215,
            "stop": 817995305
        },
        {
            "start": 817995308,
            "stop": 817995311
        },
        {
            "start": 817995314,
            "stop": 817995382
        },
        {
            "start": 818049731,
            "stop": 818049800
        },
        {
            "start": 818049803,
            "stop": 818049820
        },
        {
            "start": 818049823,
            "stop": 818049904
        },
        {
            "start": 818049907,
            "stop": 818049918
        },
        {
            "start": 818049921,
            "stop": 818049951
        }
    ]
}