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=4637
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=4638",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4636",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4637,
    "results": [
        {
            "start": 969480578,
            "stop": 969480698
        },
        {
            "start": 969480818,
            "stop": 969480954
        },
        {
            "start": 969480957,
            "stop": 969481033
        },
        {
            "start": 969481036,
            "stop": 969481170
        },
        {
            "start": 969481173,
            "stop": 969481178
        },
        {
            "start": 969481298,
            "stop": 969481358
        },
        {
            "start": 969481478,
            "stop": 969481854
        },
        {
            "start": 969481858,
            "stop": 969482018
        },
        {
            "start": 969482078,
            "stop": 969482138
        },
        {
            "start": 969482198,
            "stop": 969482267
        },
        {
            "start": 969482270,
            "stop": 969482358
        },
        {
            "start": 969482361,
            "stop": 969482398
        },
        {
            "start": 969482405,
            "stop": 969482415
        },
        {
            "start": 969482418,
            "stop": 969482433
        },
        {
            "start": 969482436,
            "stop": 969482438
        },
        {
            "start": 969482498,
            "stop": 969482556
        },
        {
            "start": 969482559,
            "stop": 969482678
        },
        {
            "start": 969482738,
            "stop": 969482799
        },
        {
            "start": 969482802,
            "stop": 969482826
        },
        {
            "start": 969482830,
            "stop": 969482940
        }
    ]
}