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=633
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=634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=632",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 633,
    "results": [
        {
            "start": 851040346,
            "stop": 851044726
        },
        {
            "start": 851044933,
            "stop": 851047333
        },
        {
            "start": 851047423,
            "stop": 851048233
        },
        {
            "start": 851048395,
            "stop": 851049895
        },
        {
            "start": 851053918,
            "stop": 851056138
        },
        {
            "start": 851056553,
            "stop": 851059943
        },
        {
            "start": 851060083,
            "stop": 851061103
        },
        {
            "start": 851061249,
            "stop": 851061309
        },
        {
            "start": 851061460,
            "stop": 851061520
        },
        {
            "start": 851061675,
            "stop": 851061735
        },
        {
            "start": 851062212,
            "stop": 851062452
        },
        {
            "start": 851132141,
            "stop": 851132261
        },
        {
            "start": 851134476,
            "stop": 851135976
        },
        {
            "start": 851136140,
            "stop": 851137850
        },
        {
            "start": 851137880,
            "stop": 851139740
        },
        {
            "start": 851139891,
            "stop": 851140791
        },
        {
            "start": 851140954,
            "stop": 851141524
        },
        {
            "start": 851141554,
            "stop": 851143714
        },
        {
            "start": 851143926,
            "stop": 851143986
        },
        {
            "start": 851232684,
            "stop": 851233824
        }
    ]
}