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_H1L1/segments?format=api&page=94
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_H1L1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=93",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 94,
    "results": [
        {
            "start": 820641237,
            "stop": 820641537
        },
        {
            "start": 820641851,
            "stop": 820643051
        },
        {
            "start": 820643272,
            "stop": 820643992
        },
        {
            "start": 820644151,
            "stop": 820644871
        },
        {
            "start": 820645036,
            "stop": 820647916
        },
        {
            "start": 820648081,
            "stop": 820650241
        },
        {
            "start": 820650409,
            "stop": 820651849
        },
        {
            "start": 820652020,
            "stop": 820652140
        },
        {
            "start": 820652306,
            "stop": 820652726
        },
        {
            "start": 820652921,
            "stop": 820653101
        },
        {
            "start": 820653259,
            "stop": 820654879
        },
        {
            "start": 820655079,
            "stop": 820655439
        },
        {
            "start": 820655618,
            "stop": 820655678
        },
        {
            "start": 820656030,
            "stop": 820656150
        },
        {
            "start": 820656291,
            "stop": 820656411
        },
        {
            "start": 820656706,
            "stop": 820656766
        },
        {
            "start": 820656912,
            "stop": 820657092
        },
        {
            "start": 820657273,
            "stop": 820658113
        },
        {
            "start": 820659756,
            "stop": 820660056
        },
        {
            "start": 820660146,
            "stop": 820660836
        }
    ]
}