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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=190",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 191,
    "results": [
        {
            "start": 933040099,
            "stop": 933040181
        },
        {
            "start": 933040186,
            "stop": 933040586
        },
        {
            "start": 933040606,
            "stop": 933040654
        },
        {
            "start": 933040707,
            "stop": 933040714
        },
        {
            "start": 933040733,
            "stop": 933040784
        },
        {
            "start": 933040805,
            "stop": 933040850
        },
        {
            "start": 933040869,
            "stop": 933040885
        },
        {
            "start": 933041001,
            "stop": 933041014
        },
        {
            "start": 933041039,
            "stop": 933041049
        },
        {
            "start": 933041147,
            "stop": 933041151
        },
        {
            "start": 933041300,
            "stop": 933041327
        },
        {
            "start": 933041360,
            "stop": 933041366
        },
        {
            "start": 933041391,
            "stop": 933041393
        },
        {
            "start": 933041661,
            "stop": 933041674
        },
        {
            "start": 933041706,
            "stop": 933041756
        },
        {
            "start": 933041919,
            "stop": 933042035
        },
        {
            "start": 933042040,
            "stop": 933042238
        },
        {
            "start": 933042243,
            "stop": 933042329
        },
        {
            "start": 933042586,
            "stop": 933042946
        },
        {
            "start": 933042965,
            "stop": 933043145
        }
    ]
}