Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=222",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 223,
    "results": [
        {
            "start": 827267003,
            "stop": 827267063
        },
        {
            "start": 827269910,
            "stop": 827270030
        },
        {
            "start": 827271173,
            "stop": 827271293
        },
        {
            "start": 827273799,
            "stop": 827273919
        },
        {
            "start": 827274275,
            "stop": 827274395
        },
        {
            "start": 827274650,
            "stop": 827274710
        },
        {
            "start": 827280380,
            "stop": 827280860
        },
        {
            "start": 827281024,
            "stop": 827283274
        },
        {
            "start": 827283525,
            "stop": 827288505
        },
        {
            "start": 827288668,
            "stop": 827290888
        },
        {
            "start": 827291090,
            "stop": 827291750
        },
        {
            "start": 827295644,
            "stop": 827295704
        },
        {
            "start": 827295882,
            "stop": 827299092
        },
        {
            "start": 827299122,
            "stop": 827301102
        },
        {
            "start": 827301248,
            "stop": 827303108
        },
        {
            "start": 827303304,
            "stop": 827303484
        },
        {
            "start": 827303658,
            "stop": 827306838
        },
        {
            "start": 827307023,
            "stop": 827308043
        },
        {
            "start": 827308206,
            "stop": 827308566
        },
        {
            "start": 827308924,
            "stop": 827309224
        }
    ]
}