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=1011
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=1012",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1010",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1011,
    "results": [
        {
            "start": 873533465,
            "stop": 873534185
        },
        {
            "start": 873535051,
            "stop": 873539011
        },
        {
            "start": 873539269,
            "stop": 873539719
        },
        {
            "start": 873540996,
            "stop": 873543396
        },
        {
            "start": 873543546,
            "stop": 873544836
        },
        {
            "start": 873545005,
            "stop": 873546325
        },
        {
            "start": 873546558,
            "stop": 873546978
        },
        {
            "start": 873550372,
            "stop": 873550732
        },
        {
            "start": 873550938,
            "stop": 873551538
        },
        {
            "start": 873552697,
            "stop": 873553897
        },
        {
            "start": 873554131,
            "stop": 873554191
        },
        {
            "start": 873554397,
            "stop": 873554637
        },
        {
            "start": 873554785,
            "stop": 873558025
        },
        {
            "start": 873576789,
            "stop": 873576909
        },
        {
            "start": 873577283,
            "stop": 873580763
        },
        {
            "start": 873580913,
            "stop": 873580973
        },
        {
            "start": 873581123,
            "stop": 873581243
        },
        {
            "start": 873581554,
            "stop": 873581734
        },
        {
            "start": 873581894,
            "stop": 873582074
        },
        {
            "start": 873582366,
            "stop": 873582606
        }
    ]
}