Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW/segments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=2",
    "previous": null,
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 1,
    "results": [
        {
            "start": 815161068,
            "stop": 815170084
        },
        {
            "start": 815175548,
            "stop": 815179324
        },
        {
            "start": 815182426,
            "stop": 815361366
        },
        {
            "start": 816049578,
            "stop": 816112864
        },
        {
            "start": 816126584,
            "stop": 816280891
        },
        {
            "start": 816280935,
            "stop": 816373670
        },
        {
            "start": 816373918,
            "stop": 816377254
        },
        {
            "start": 816378118,
            "stop": 816724864
        },
        {
            "start": 816725384,
            "stop": 816728464
        },
        {
            "start": 816729644,
            "stop": 816740992
        },
        {
            "start": 816742318,
            "stop": 816746464
        },
        {
            "start": 816746864,
            "stop": 816771882
        },
        {
            "start": 816772318,
            "stop": 816774091
        },
        {
            "start": 816774119,
            "stop": 816774244
        },
        {
            "start": 816774524,
            "stop": 816774724
        },
        {
            "start": 816783644,
            "stop": 816783784
        },
        {
            "start": 816809517,
            "stop": 816810304
        },
        {
            "start": 816810464,
            "stop": 816979735
        },
        {
            "start": 816979918,
            "stop": 817315264
        },
        {
            "start": 817324964,
            "stop": 817326064
        }
    ]
}