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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=261",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 262,
    "results": [
        {
            "start": 931680802,
            "stop": 931680804
        },
        {
            "start": 931680822,
            "stop": 931680827
        },
        {
            "start": 931680830,
            "stop": 931680831
        },
        {
            "start": 931680837,
            "stop": 931680849
        },
        {
            "start": 931680871,
            "stop": 931680876
        },
        {
            "start": 931680880,
            "stop": 931680885
        },
        {
            "start": 931680888,
            "stop": 931680890
        },
        {
            "start": 931680893,
            "stop": 931680894
        },
        {
            "start": 931680897,
            "stop": 931680898
        },
        {
            "start": 931680903,
            "stop": 931680907
        },
        {
            "start": 931680910,
            "stop": 931680914
        },
        {
            "start": 931680919,
            "stop": 931680922
        },
        {
            "start": 931680926,
            "stop": 931680930
        },
        {
            "start": 931680937,
            "stop": 931680938
        },
        {
            "start": 931680948,
            "stop": 931680950
        },
        {
            "start": 931680962,
            "stop": 931680966
        },
        {
            "start": 931680972,
            "stop": 931680976
        },
        {
            "start": 931680979,
            "stop": 931680982
        },
        {
            "start": 931680988,
            "stop": 931681000
        },
        {
            "start": 931681003,
            "stop": 931681005
        }
    ]
}