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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=874",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 875,
    "results": [
        {
            "start": 862897614,
            "stop": 862898514
        },
        {
            "start": 862900025,
            "stop": 862900745
        },
        {
            "start": 862903261,
            "stop": 862906261
        },
        {
            "start": 862907851,
            "stop": 862912111
        },
        {
            "start": 862912344,
            "stop": 862912644
        },
        {
            "start": 862912844,
            "stop": 862916714
        },
        {
            "start": 862916834,
            "stop": 862919564
        },
        {
            "start": 862919739,
            "stop": 862920159
        },
        {
            "start": 862920307,
            "stop": 862922527
        },
        {
            "start": 862924513,
            "stop": 862924873
        },
        {
            "start": 862929309,
            "stop": 862930389
        },
        {
            "start": 862931501,
            "stop": 862932341
        },
        {
            "start": 862932505,
            "stop": 862932625
        },
        {
            "start": 862932775,
            "stop": 862932835
        },
        {
            "start": 862932865,
            "stop": 862933075
        },
        {
            "start": 862933165,
            "stop": 862934305
        },
        {
            "start": 862934563,
            "stop": 862935463
        },
        {
            "start": 862935638,
            "stop": 862935938
        },
        {
            "start": 862936307,
            "stop": 862937357
        },
        {
            "start": 862937387,
            "stop": 862937567
        }
    ]
}