Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9921
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9922",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9920",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9921,
    "results": [
        {
            "start": 874686752,
            "stop": 874686753
        },
        {
            "start": 874686756,
            "stop": 874687612
        },
        {
            "start": 874687613,
            "stop": 874687628
        },
        {
            "start": 874687629,
            "stop": 874688354
        },
        {
            "start": 874688355,
            "stop": 874689585
        },
        {
            "start": 874689586,
            "stop": 874689894
        },
        {
            "start": 874689895,
            "stop": 874689953
        },
        {
            "start": 874690392,
            "stop": 874690487
        },
        {
            "start": 874690488,
            "stop": 874690681
        },
        {
            "start": 874690682,
            "stop": 874690851
        },
        {
            "start": 874690853,
            "stop": 874690975
        },
        {
            "start": 874690976,
            "stop": 874691348
        },
        {
            "start": 874691349,
            "stop": 874691357
        },
        {
            "start": 874691358,
            "stop": 874691465
        },
        {
            "start": 874691466,
            "stop": 874691770
        },
        {
            "start": 874691771,
            "stop": 874691809
        },
        {
            "start": 874691810,
            "stop": 874691965
        },
        {
            "start": 874691966,
            "stop": 874692142
        },
        {
            "start": 874692144,
            "stop": 874692489
        },
        {
            "start": 874692490,
            "stop": 874692817
        }
    ]
}