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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=21",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 22,
    "results": [
        {
            "start": 816276541,
            "stop": 816276545
        },
        {
            "start": 816276550,
            "stop": 816276551
        },
        {
            "start": 816276559,
            "stop": 816276580
        },
        {
            "start": 816276587,
            "stop": 816276588
        },
        {
            "start": 816276610,
            "stop": 816276618
        },
        {
            "start": 816276627,
            "stop": 816276628
        },
        {
            "start": 816276635,
            "stop": 816276652
        },
        {
            "start": 816276661,
            "stop": 816276663
        },
        {
            "start": 816276668,
            "stop": 816276669
        },
        {
            "start": 816276675,
            "stop": 816276676
        },
        {
            "start": 816276708,
            "stop": 816276740
        },
        {
            "start": 816276755,
            "stop": 816276761
        },
        {
            "start": 816276768,
            "stop": 816276781
        },
        {
            "start": 816276785,
            "stop": 816276787
        },
        {
            "start": 816276809,
            "stop": 816276821
        },
        {
            "start": 816276826,
            "stop": 816276831
        },
        {
            "start": 816287178,
            "stop": 816287228
        },
        {
            "start": 816287246,
            "stop": 816287273
        },
        {
            "start": 816287277,
            "stop": 816287308
        },
        {
            "start": 816287316,
            "stop": 816287318
        }
    ]
}