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=1001
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=1002",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=1000",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 1001,
    "results": [
        {
            "start": 873226492,
            "stop": 873226672
        },
        {
            "start": 873227030,
            "stop": 873227150
        },
        {
            "start": 873227316,
            "stop": 873227376
        },
        {
            "start": 873227546,
            "stop": 873227606
        },
        {
            "start": 873229739,
            "stop": 873229799
        },
        {
            "start": 873229939,
            "stop": 873230059
        },
        {
            "start": 873230206,
            "stop": 873230686
        },
        {
            "start": 873231935,
            "stop": 873231995
        },
        {
            "start": 873232255,
            "stop": 873233755
        },
        {
            "start": 873233953,
            "stop": 873234253
        },
        {
            "start": 873234415,
            "stop": 873234655
        },
        {
            "start": 873234903,
            "stop": 873235023
        },
        {
            "start": 873235325,
            "stop": 873235925
        },
        {
            "start": 873236069,
            "stop": 873244709
        },
        {
            "start": 873249967,
            "stop": 873252367
        },
        {
            "start": 873252610,
            "stop": 873252670
        },
        {
            "start": 873252833,
            "stop": 873253193
        },
        {
            "start": 873253379,
            "stop": 873254879
        },
        {
            "start": 873255557,
            "stop": 873255617
        },
        {
            "start": 873255780,
            "stop": 873255960
        }
    ]
}