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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=393",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 394,
    "results": [
        {
            "start": 1181327887,
            "stop": 1181327899
        },
        {
            "start": 1181327900,
            "stop": 1181327956
        },
        {
            "start": 1181327958,
            "stop": 1181328022
        },
        {
            "start": 1181328030,
            "stop": 1181328111
        },
        {
            "start": 1181328114,
            "stop": 1181328120
        },
        {
            "start": 1181328121,
            "stop": 1181328224
        },
        {
            "start": 1181328225,
            "stop": 1181328226
        },
        {
            "start": 1181328227,
            "stop": 1181328316
        },
        {
            "start": 1181328317,
            "stop": 1181328386
        },
        {
            "start": 1181328387,
            "stop": 1181328389
        },
        {
            "start": 1181328391,
            "stop": 1181328394
        },
        {
            "start": 1181328398,
            "stop": 1181328444
        },
        {
            "start": 1181328449,
            "stop": 1181328516
        },
        {
            "start": 1181328527,
            "stop": 1181328529
        },
        {
            "start": 1181328530,
            "stop": 1181328585
        },
        {
            "start": 1181328587,
            "stop": 1181328590
        },
        {
            "start": 1181328591,
            "stop": 1181328594
        },
        {
            "start": 1181328597,
            "stop": 1181328599
        },
        {
            "start": 1181328603,
            "stop": 1181328604
        },
        {
            "start": 1181328605,
            "stop": 1181328656
        }
    ]
}