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_STOCH_CAT1/segments?format=api&page=199
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=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=198",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 199,
    "results": [
        {
            "start": 816853703,
            "stop": 816853704
        },
        {
            "start": 816853710,
            "stop": 816853713
        },
        {
            "start": 816853718,
            "stop": 816853747
        },
        {
            "start": 816853759,
            "stop": 816853761
        },
        {
            "start": 816853777,
            "stop": 816853781
        },
        {
            "start": 816853786,
            "stop": 816853789
        },
        {
            "start": 816853798,
            "stop": 816853807
        },
        {
            "start": 816853810,
            "stop": 816853827
        },
        {
            "start": 816853831,
            "stop": 816853833
        },
        {
            "start": 816853844,
            "stop": 816853845
        },
        {
            "start": 816853858,
            "stop": 816853992
        },
        {
            "start": 816854000,
            "stop": 816854026
        },
        {
            "start": 816854029,
            "stop": 816854033
        },
        {
            "start": 816854037,
            "stop": 816854044
        },
        {
            "start": 816854053,
            "stop": 816854055
        },
        {
            "start": 816854063,
            "stop": 816854084
        },
        {
            "start": 816854089,
            "stop": 816854090
        },
        {
            "start": 816854098,
            "stop": 816854100
        },
        {
            "start": 816854105,
            "stop": 816854149
        },
        {
            "start": 816854152,
            "stop": 816854231
        }
    ]
}