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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=342",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 343,
    "results": [
        {
            "start": 821263276,
            "stop": 821263481
        },
        {
            "start": 821263500,
            "stop": 821263668
        },
        {
            "start": 821263687,
            "stop": 821263746
        },
        {
            "start": 821263765,
            "stop": 821263991
        },
        {
            "start": 821264010,
            "stop": 821264119
        },
        {
            "start": 821264138,
            "stop": 821264685
        },
        {
            "start": 821264704,
            "stop": 821264766
        },
        {
            "start": 821264785,
            "stop": 821264861
        },
        {
            "start": 821264865,
            "stop": 821265030
        },
        {
            "start": 821265034,
            "stop": 821265037
        },
        {
            "start": 821265041,
            "stop": 821265288
        },
        {
            "start": 821265307,
            "stop": 821266251
        },
        {
            "start": 821266270,
            "stop": 821266587
        },
        {
            "start": 821266588,
            "stop": 821266745
        },
        {
            "start": 821266764,
            "stop": 821267123
        },
        {
            "start": 821267142,
            "stop": 821267620
        },
        {
            "start": 821267639,
            "stop": 821267964
        },
        {
            "start": 821267983,
            "stop": 821268028
        },
        {
            "start": 821268047,
            "stop": 821268086
        },
        {
            "start": 821268089,
            "stop": 821268536
        }
    ]
}