Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=972
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=973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=971",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 972,
    "results": [
        {
            "start": 872212171,
            "stop": 872212291
        },
        {
            "start": 872212456,
            "stop": 872212696
        },
        {
            "start": 872213003,
            "stop": 872214143
        },
        {
            "start": 872214311,
            "stop": 872214671
        },
        {
            "start": 872215022,
            "stop": 872215202
        },
        {
            "start": 872215362,
            "stop": 872215962
        },
        {
            "start": 872216212,
            "stop": 872216332
        },
        {
            "start": 872216525,
            "stop": 872217575
        },
        {
            "start": 872217725,
            "stop": 872218145
        },
        {
            "start": 872218340,
            "stop": 872218700
        },
        {
            "start": 872218871,
            "stop": 872219171
        },
        {
            "start": 872219327,
            "stop": 872219867
        },
        {
            "start": 872220016,
            "stop": 872220316
        },
        {
            "start": 872220468,
            "stop": 872223528
        },
        {
            "start": 872223753,
            "stop": 872224893
        },
        {
            "start": 872225483,
            "stop": 872225543
        },
        {
            "start": 872226123,
            "stop": 872226483
        },
        {
            "start": 872228132,
            "stop": 872228432
        },
        {
            "start": 872228779,
            "stop": 872229379
        },
        {
            "start": 872229572,
            "stop": 872229632
        }
    ]
}