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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=431",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=429",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 430,
    "results": [
        {
            "start": 942265831,
            "stop": 942268597
        },
        {
            "start": 942272234,
            "stop": 942273482
        },
        {
            "start": 942274856,
            "stop": 942276107
        },
        {
            "start": 942278336,
            "stop": 942284034
        },
        {
            "start": 942285140,
            "stop": 942299060
        },
        {
            "start": 942303214,
            "stop": 942310702
        },
        {
            "start": 942310704,
            "stop": 942316846
        },
        {
            "start": 942318324,
            "stop": 942318992
        },
        {
            "start": 942318993,
            "stop": 942318997
        },
        {
            "start": 942318998,
            "stop": 942318999
        },
        {
            "start": 942319001,
            "stop": 942361777
        },
        {
            "start": 942363882,
            "stop": 942365063
        },
        {
            "start": 942365064,
            "stop": 942377231
        },
        {
            "start": 942385942,
            "stop": 942417360
        },
        {
            "start": 942417362,
            "stop": 942417418
        },
        {
            "start": 942417419,
            "stop": 942417761
        },
        {
            "start": 942417763,
            "stop": 942418105
        },
        {
            "start": 942440116,
            "stop": 942442388
        },
        {
            "start": 942450041,
            "stop": 942450449
        },
        {
            "start": 942451497,
            "stop": 942456774
        }
    ]
}