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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=360",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 361,
    "results": [
        {
            "start": 835286276,
            "stop": 835286396
        },
        {
            "start": 835286831,
            "stop": 835287071
        },
        {
            "start": 835287321,
            "stop": 835287501
        },
        {
            "start": 835290169,
            "stop": 835290349
        },
        {
            "start": 835290600,
            "stop": 835290720
        },
        {
            "start": 835291039,
            "stop": 835291159
        },
        {
            "start": 835319799,
            "stop": 835323039
        },
        {
            "start": 835323202,
            "stop": 835323922
        },
        {
            "start": 835324132,
            "stop": 835324552
        },
        {
            "start": 835326377,
            "stop": 835326437
        },
        {
            "start": 835326650,
            "stop": 835339430
        },
        {
            "start": 835340318,
            "stop": 835342568
        },
        {
            "start": 835342718,
            "stop": 835355198
        },
        {
            "start": 835355395,
            "stop": 835356235
        },
        {
            "start": 835357370,
            "stop": 835361450
        },
        {
            "start": 835362145,
            "stop": 835362625
        },
        {
            "start": 835362769,
            "stop": 835362889
        },
        {
            "start": 835363062,
            "stop": 835364082
        },
        {
            "start": 835364219,
            "stop": 835368599
        },
        {
            "start": 835368739,
            "stop": 835369099
        }
    ]
}