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=213
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=214",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=212",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 213,
    "results": [
        {
            "start": 933112178,
            "stop": 933112185
        },
        {
            "start": 933112219,
            "stop": 933112240
        },
        {
            "start": 933112259,
            "stop": 933112276
        },
        {
            "start": 933112295,
            "stop": 933112316
        },
        {
            "start": 933112335,
            "stop": 933112393
        },
        {
            "start": 933112412,
            "stop": 933112430
        },
        {
            "start": 933112431,
            "stop": 933112483
        },
        {
            "start": 933112501,
            "stop": 933112556
        },
        {
            "start": 933112584,
            "stop": 933112595
        },
        {
            "start": 933112716,
            "stop": 933112737
        },
        {
            "start": 933112880,
            "stop": 933113146
        },
        {
            "start": 933113176,
            "stop": 933113180
        },
        {
            "start": 933113199,
            "stop": 933113206
        },
        {
            "start": 933113284,
            "stop": 933113300
        },
        {
            "start": 933113320,
            "stop": 933113406
        },
        {
            "start": 933113425,
            "stop": 933113825
        },
        {
            "start": 933113929,
            "stop": 933113961
        },
        {
            "start": 933114530,
            "stop": 933114600
        },
        {
            "start": 933114780,
            "stop": 933114975
        },
        {
            "start": 933114994,
            "stop": 933115105
        }
    ]
}