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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=322",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 323,
    "results": [
        {
            "start": 821261263,
            "stop": 821261533
        },
        {
            "start": 821261552,
            "stop": 821261669
        },
        {
            "start": 821261688,
            "stop": 821261935
        },
        {
            "start": 821261954,
            "stop": 821262409
        },
        {
            "start": 821262420,
            "stop": 821262619
        },
        {
            "start": 821262651,
            "stop": 821262692
        },
        {
            "start": 821262711,
            "stop": 821262851
        },
        {
            "start": 821262870,
            "stop": 821263257
        },
        {
            "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
        }
    ]
}