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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=63",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 64,
    "results": [
        {
            "start": 1404083780,
            "stop": 1404087983
        },
        {
            "start": 1404091254,
            "stop": 1404092555
        },
        {
            "start": 1404092558,
            "stop": 1404095667
        },
        {
            "start": 1404095670,
            "stop": 1404106825
        },
        {
            "start": 1404106830,
            "stop": 1404124867
        },
        {
            "start": 1404124870,
            "stop": 1404135626
        },
        {
            "start": 1404138487,
            "stop": 1404140947
        },
        {
            "start": 1404140951,
            "stop": 1404142541
        },
        {
            "start": 1404144303,
            "stop": 1404145891
        },
        {
            "start": 1404151649,
            "stop": 1404159678
        },
        {
            "start": 1404159682,
            "stop": 1404166420
        },
        {
            "start": 1404166423,
            "stop": 1404183707
        },
        {
            "start": 1404183710,
            "stop": 1404230871
        },
        {
            "start": 1404231403,
            "stop": 1404233443
        },
        {
            "start": 1404233447,
            "stop": 1404233722
        },
        {
            "start": 1404240248,
            "stop": 1404244154
        },
        {
            "start": 1404244157,
            "stop": 1404273729
        },
        {
            "start": 1404274257,
            "stop": 1404279812
        },
        {
            "start": 1404279815,
            "stop": 1404282403
        },
        {
            "start": 1404282406,
            "stop": 1404283346
        }
    ]
}