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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=203",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 204,
    "results": [
        {
            "start": 845819233,
            "stop": 845823313
        },
        {
            "start": 845823322,
            "stop": 845823325
        },
        {
            "start": 845886553,
            "stop": 845889233
        },
        {
            "start": 845890573,
            "stop": 845892493
        },
        {
            "start": 845895553,
            "stop": 845899873
        },
        {
            "start": 845900893,
            "stop": 845908513
        },
        {
            "start": 845908515,
            "stop": 845908518
        },
        {
            "start": 845952253,
            "stop": 846013198
        },
        {
            "start": 846014833,
            "stop": 846016633
        },
        {
            "start": 846017473,
            "stop": 846020882
        },
        {
            "start": 846055078,
            "stop": 846095533
        },
        {
            "start": 846099026,
            "stop": 846106873
        },
        {
            "start": 846107673,
            "stop": 846116656
        },
        {
            "start": 846122533,
            "stop": 846132433
        },
        {
            "start": 846132439,
            "stop": 846132442
        },
        {
            "start": 846145993,
            "stop": 846146113
        },
        {
            "start": 846146128,
            "stop": 846146131
        },
        {
            "start": 846147133,
            "stop": 846164781
        },
        {
            "start": 846164785,
            "stop": 846164844
        },
        {
            "start": 846164848,
            "stop": 846164972
        }
    ]
}