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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=28",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 29,
    "results": [
        {
            "start": 1126347212,
            "stop": 1126347317
        },
        {
            "start": 1126347318,
            "stop": 1126347413
        },
        {
            "start": 1126347414,
            "stop": 1126347497
        },
        {
            "start": 1126347498,
            "stop": 1126347507
        },
        {
            "start": 1126347509,
            "stop": 1126347541
        },
        {
            "start": 1126347542,
            "stop": 1126347579
        },
        {
            "start": 1126347580,
            "stop": 1126347981
        },
        {
            "start": 1126347982,
            "stop": 1126348265
        },
        {
            "start": 1126348266,
            "stop": 1126348751
        },
        {
            "start": 1126348752,
            "stop": 1126348859
        },
        {
            "start": 1126348860,
            "stop": 1126348953
        },
        {
            "start": 1126348954,
            "stop": 1126349133
        },
        {
            "start": 1126349134,
            "stop": 1126349332
        },
        {
            "start": 1126349333,
            "stop": 1126349429
        },
        {
            "start": 1126349430,
            "stop": 1126349546
        },
        {
            "start": 1126349547,
            "stop": 1126349644
        },
        {
            "start": 1126349645,
            "stop": 1126349726
        },
        {
            "start": 1126349728,
            "stop": 1126349765
        },
        {
            "start": 1126349766,
            "stop": 1126350198
        },
        {
            "start": 1126350199,
            "stop": 1126350304
        }
    ]
}