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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=189",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 190,
    "results": [
        {
            "start": 845813282,
            "stop": 845813285
        },
        {
            "start": 845813833,
            "stop": 845817613
        },
        {
            "start": 845817632,
            "stop": 845817635
        },
        {
            "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": 846000986
        },
        {
            "start": 846000990,
            "stop": 846003505
        },
        {
            "start": 846003506,
            "stop": 846003599
        },
        {
            "start": 846003600,
            "stop": 846013198
        },
        {
            "start": 846014833,
            "stop": 846014881
        },
        {
            "start": 846014882,
            "stop": 846016633
        },
        {
            "start": 846017473,
            "stop": 846020882
        },
        {
            "start": 846055078,
            "stop": 846095533
        },
        {
            "start": 846099026,
            "stop": 846106873
        },
        {
            "start": 846107673,
            "stop": 846116656
        }
    ]
}