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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=237",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=235",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 236,
    "results": [
        {
            "start": 837393502,
            "stop": 837398532
        },
        {
            "start": 837398534,
            "stop": 837400615
        },
        {
            "start": 837400783,
            "stop": 837402637
        },
        {
            "start": 837404489,
            "stop": 837413892
        },
        {
            "start": 837413894,
            "stop": 837414604
        },
        {
            "start": 837414606,
            "stop": 837416600
        },
        {
            "start": 837417818,
            "stop": 837419236
        },
        {
            "start": 837419238,
            "stop": 837430272
        },
        {
            "start": 837430273,
            "stop": 837431338
        },
        {
            "start": 837431340,
            "stop": 837431872
        },
        {
            "start": 837432115,
            "stop": 837432338
        },
        {
            "start": 837432340,
            "stop": 837432397
        },
        {
            "start": 837432399,
            "stop": 837432446
        },
        {
            "start": 837433244,
            "stop": 837434534
        },
        {
            "start": 837434536,
            "stop": 837434556
        },
        {
            "start": 837434557,
            "stop": 837434562
        },
        {
            "start": 837434564,
            "stop": 837434565
        },
        {
            "start": 837435096,
            "stop": 837435282
        },
        {
            "start": 837437027,
            "stop": 837437513
        },
        {
            "start": 837437628,
            "stop": 837438478
        }
    ]
}