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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16642",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16640",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16641,
    "results": [
        {
            "start": 874823048,
            "stop": 874823059
        },
        {
            "start": 874823061,
            "stop": 874823137
        },
        {
            "start": 874823139,
            "stop": 874823157
        },
        {
            "start": 874823159,
            "stop": 874823171
        },
        {
            "start": 874823172,
            "stop": 874823173
        },
        {
            "start": 874823175,
            "stop": 874823204
        },
        {
            "start": 874823205,
            "stop": 874823215
        },
        {
            "start": 874823216,
            "stop": 874823221
        },
        {
            "start": 874823222,
            "stop": 874823245
        },
        {
            "start": 874823247,
            "stop": 874823282
        },
        {
            "start": 874823284,
            "stop": 874823290
        },
        {
            "start": 874823292,
            "stop": 874823315
        },
        {
            "start": 874823317,
            "stop": 874823328
        },
        {
            "start": 874823329,
            "stop": 874823341
        },
        {
            "start": 874823342,
            "stop": 874823391
        },
        {
            "start": 874823393,
            "stop": 874823481
        },
        {
            "start": 874823483,
            "stop": 874823518
        },
        {
            "start": 874823520,
            "stop": 874823537
        },
        {
            "start": 874823540,
            "stop": 874823570
        },
        {
            "start": 874823571,
            "stop": 874823572
        }
    ]
}