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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=122",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 123,
    "results": [
        {
            "start": 816739049,
            "stop": 816739051
        },
        {
            "start": 816739057,
            "stop": 816739061
        },
        {
            "start": 816739064,
            "stop": 816739150
        },
        {
            "start": 816739153,
            "stop": 816739269
        },
        {
            "start": 816739272,
            "stop": 816739275
        },
        {
            "start": 816739284,
            "stop": 816739297
        },
        {
            "start": 816739301,
            "stop": 816739333
        },
        {
            "start": 816739337,
            "stop": 816739375
        },
        {
            "start": 816739378,
            "stop": 816739388
        },
        {
            "start": 816739392,
            "stop": 816739401
        },
        {
            "start": 816739404,
            "stop": 816739424
        },
        {
            "start": 816739428,
            "stop": 816739525
        },
        {
            "start": 816739537,
            "stop": 816739543
        },
        {
            "start": 816739547,
            "stop": 816739550
        },
        {
            "start": 816739554,
            "stop": 816739585
        },
        {
            "start": 816739589,
            "stop": 816739611
        },
        {
            "start": 816739619,
            "stop": 816739642
        },
        {
            "start": 816739646,
            "stop": 816739649
        },
        {
            "start": 816739654,
            "stop": 816739657
        },
        {
            "start": 816739661,
            "stop": 816739662
        }
    ]
}