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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1378",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1379,
    "results": [
        {
            "start": 843868527,
            "stop": 843868567
        },
        {
            "start": 843868570,
            "stop": 843868579
        },
        {
            "start": 843868582,
            "stop": 843868594
        },
        {
            "start": 843868597,
            "stop": 843868598
        },
        {
            "start": 843868601,
            "stop": 843868618
        },
        {
            "start": 843868621,
            "stop": 843868631
        },
        {
            "start": 843868634,
            "stop": 843868639
        },
        {
            "start": 843868642,
            "stop": 843868646
        },
        {
            "start": 843868649,
            "stop": 843868657
        },
        {
            "start": 843868660,
            "stop": 843868667
        },
        {
            "start": 843868673,
            "stop": 843868704
        },
        {
            "start": 843868707,
            "stop": 843868724
        },
        {
            "start": 843868729,
            "stop": 843868746
        },
        {
            "start": 843868750,
            "stop": 843868755
        },
        {
            "start": 843868759,
            "stop": 843868771
        },
        {
            "start": 843868774,
            "stop": 843868785
        },
        {
            "start": 843868794,
            "stop": 843868795
        },
        {
            "start": 843868799,
            "stop": 843868809
        },
        {
            "start": 843868812,
            "stop": 843868818
        },
        {
            "start": 843868821,
            "stop": 843868823
        }
    ]
}