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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=154",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 155,
    "results": [
        {
            "start": 836839461,
            "stop": 836844193
        },
        {
            "start": 836844236,
            "stop": 836844237
        },
        {
            "start": 836844299,
            "stop": 836845415
        },
        {
            "start": 836862384,
            "stop": 836879113
        },
        {
            "start": 836881905,
            "stop": 836883463
        },
        {
            "start": 836884577,
            "stop": 836897243
        },
        {
            "start": 836898289,
            "stop": 836920933
        },
        {
            "start": 836922557,
            "stop": 836923273
        },
        {
            "start": 836923304,
            "stop": 836923305
        },
        {
            "start": 836923387,
            "stop": 836924773
        },
        {
            "start": 836924799,
            "stop": 836924801
        },
        {
            "start": 836925116,
            "stop": 836930332
        },
        {
            "start": 836930748,
            "stop": 836934012
        },
        {
            "start": 836934848,
            "stop": 836935827
        },
        {
            "start": 836950358,
            "stop": 836953933
        },
        {
            "start": 836953974,
            "stop": 836953977
        },
        {
            "start": 836954270,
            "stop": 836974033
        },
        {
            "start": 836974945,
            "stop": 836975473
        },
        {
            "start": 836975511,
            "stop": 836975512
        },
        {
            "start": 836975724,
            "stop": 836983627
        }
    ]
}