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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5129",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5127",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5128,
    "results": [
        {
            "start": 1136988049,
            "stop": 1136988059
        },
        {
            "start": 1136988061,
            "stop": 1136988063
        },
        {
            "start": 1136988065,
            "stop": 1136988072
        },
        {
            "start": 1136988074,
            "stop": 1136988080
        },
        {
            "start": 1136988082,
            "stop": 1136988155
        },
        {
            "start": 1136988156,
            "stop": 1136988165
        },
        {
            "start": 1136988166,
            "stop": 1136988183
        },
        {
            "start": 1136988186,
            "stop": 1136988189
        },
        {
            "start": 1136988191,
            "stop": 1136988256
        },
        {
            "start": 1136988258,
            "stop": 1136988269
        },
        {
            "start": 1136988271,
            "stop": 1136988278
        },
        {
            "start": 1136988280,
            "stop": 1136988291
        },
        {
            "start": 1136988293,
            "stop": 1136988302
        },
        {
            "start": 1136988304,
            "stop": 1136988312
        },
        {
            "start": 1136988314,
            "stop": 1136988323
        },
        {
            "start": 1136988327,
            "stop": 1136988334
        },
        {
            "start": 1136988336,
            "stop": 1136988359
        },
        {
            "start": 1136988360,
            "stop": 1136988406
        },
        {
            "start": 1136988408,
            "stop": 1136988430
        },
        {
            "start": 1136988432,
            "stop": 1136988443
        }
    ]
}