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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3173",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3174,
    "results": [
        {
            "start": 869862112,
            "stop": 869862120
        },
        {
            "start": 869862180,
            "stop": 869863127
        },
        {
            "start": 869863130,
            "stop": 869863620
        },
        {
            "start": 869863680,
            "stop": 869864622
        },
        {
            "start": 869864626,
            "stop": 869864880
        },
        {
            "start": 869864940,
            "stop": 869866620
        },
        {
            "start": 869866680,
            "stop": 869867452
        },
        {
            "start": 869867458,
            "stop": 869867460
        },
        {
            "start": 869867580,
            "stop": 869868438
        },
        {
            "start": 869868750,
            "stop": 869868953
        },
        {
            "start": 869868957,
            "stop": 869871251
        },
        {
            "start": 869871562,
            "stop": 869878980
        },
        {
            "start": 869879040,
            "stop": 869880960
        },
        {
            "start": 869881020,
            "stop": 869882540
        },
        {
            "start": 869882577,
            "stop": 869882580
        },
        {
            "start": 869882586,
            "stop": 869883660
        },
        {
            "start": 869883720,
            "stop": 869886124
        },
        {
            "start": 869886128,
            "stop": 869886215
        },
        {
            "start": 869886218,
            "stop": 869899904
        },
        {
            "start": 869900085,
            "stop": 869900490
        }
    ]
}