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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=686",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 687,
    "results": [
        {
            "start": 829940734,
            "stop": 829941109
        },
        {
            "start": 829941113,
            "stop": 829941832
        },
        {
            "start": 829941836,
            "stop": 829942001
        },
        {
            "start": 829942301,
            "stop": 829942997
        },
        {
            "start": 829943018,
            "stop": 829943488
        },
        {
            "start": 829944194,
            "stop": 829945320
        },
        {
            "start": 829945380,
            "stop": 829946040
        },
        {
            "start": 829946160,
            "stop": 829946605
        },
        {
            "start": 829946608,
            "stop": 829947100
        },
        {
            "start": 829947103,
            "stop": 829948214
        },
        {
            "start": 829948218,
            "stop": 829948434
        },
        {
            "start": 829952725,
            "stop": 829952893
        },
        {
            "start": 829953004,
            "stop": 829953085
        },
        {
            "start": 829953104,
            "stop": 829953152
        },
        {
            "start": 829953171,
            "stop": 829953660
        },
        {
            "start": 829953720,
            "stop": 829954225
        },
        {
            "start": 829954242,
            "stop": 829954380
        },
        {
            "start": 829954440,
            "stop": 829954658
        },
        {
            "start": 829954662,
            "stop": 829955126
        },
        {
            "start": 829955361,
            "stop": 829955635
        }
    ]
}