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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10053",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10051",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10052,
    "results": [
        {
            "start": 872828040,
            "stop": 872828100
        },
        {
            "start": 872828220,
            "stop": 872828406
        },
        {
            "start": 872828423,
            "stop": 872830887
        },
        {
            "start": 872830904,
            "stop": 872833265
        },
        {
            "start": 872833282,
            "stop": 872835932
        },
        {
            "start": 872835949,
            "stop": 872838265
        },
        {
            "start": 872838281,
            "stop": 872840790
        },
        {
            "start": 872842448,
            "stop": 872842955
        },
        {
            "start": 872842972,
            "stop": 872843018
        },
        {
            "start": 872843035,
            "stop": 872843743
        },
        {
            "start": 872843957,
            "stop": 872845425
        },
        {
            "start": 872845442,
            "stop": 872846074
        },
        {
            "start": 872846129,
            "stop": 872846231
        },
        {
            "start": 872846297,
            "stop": 872846316
        },
        {
            "start": 872846360,
            "stop": 872846383
        },
        {
            "start": 872846455,
            "stop": 872846851
        },
        {
            "start": 872846912,
            "stop": 872846913
        },
        {
            "start": 872846975,
            "stop": 872847012
        },
        {
            "start": 872847108,
            "stop": 872847314
        },
        {
            "start": 872847371,
            "stop": 872847423
        }
    ]
}