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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=318",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 319,
    "results": [
        {
            "start": 933894166,
            "stop": 933894180
        },
        {
            "start": 933894182,
            "stop": 933894207
        },
        {
            "start": 933894209,
            "stop": 933894214
        },
        {
            "start": 933894216,
            "stop": 933894230
        },
        {
            "start": 933894234,
            "stop": 933895690
        },
        {
            "start": 933897396,
            "stop": 933897436
        },
        {
            "start": 933897439,
            "stop": 933897764
        },
        {
            "start": 933897766,
            "stop": 933897781
        },
        {
            "start": 933897783,
            "stop": 933897807
        },
        {
            "start": 933897809,
            "stop": 933897813
        },
        {
            "start": 933897816,
            "stop": 933897821
        },
        {
            "start": 933897823,
            "stop": 933897829
        },
        {
            "start": 933897834,
            "stop": 933901352
        },
        {
            "start": 933901358,
            "stop": 933901381
        },
        {
            "start": 933901383,
            "stop": 933901406
        },
        {
            "start": 933901409,
            "stop": 933901413
        },
        {
            "start": 933901415,
            "stop": 933901429
        },
        {
            "start": 933901434,
            "stop": 933904964
        },
        {
            "start": 933904967,
            "stop": 933904979
        },
        {
            "start": 933904982,
            "stop": 933904986
        }
    ]
}