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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7117",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7115",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7116,
    "results": [
        {
            "start": 874687613,
            "stop": 874687628
        },
        {
            "start": 874687629,
            "stop": 874688354
        },
        {
            "start": 874688355,
            "stop": 874689039
        },
        {
            "start": 874689043,
            "stop": 874689585
        },
        {
            "start": 874689586,
            "stop": 874689894
        },
        {
            "start": 874689895,
            "stop": 874689953
        },
        {
            "start": 874690392,
            "stop": 874690487
        },
        {
            "start": 874690488,
            "stop": 874690681
        },
        {
            "start": 874690682,
            "stop": 874690834
        },
        {
            "start": 874690837,
            "stop": 874690851
        },
        {
            "start": 874690853,
            "stop": 874690975
        },
        {
            "start": 874690976,
            "stop": 874691348
        },
        {
            "start": 874691349,
            "stop": 874691357
        },
        {
            "start": 874691358,
            "stop": 874691462
        },
        {
            "start": 874691466,
            "stop": 874691608
        },
        {
            "start": 874691612,
            "stop": 874691770
        },
        {
            "start": 874691771,
            "stop": 874691809
        },
        {
            "start": 874691810,
            "stop": 874691965
        },
        {
            "start": 874691966,
            "stop": 874692142
        },
        {
            "start": 874692144,
            "stop": 874692489
        }
    ]
}