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_H1L1/segments?format=api&page=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=110",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 111,
    "results": [
        {
            "start": 821319877,
            "stop": 821320117
        },
        {
            "start": 821320266,
            "stop": 821320926
        },
        {
            "start": 821321067,
            "stop": 821321127
        },
        {
            "start": 821321325,
            "stop": 821321685
        },
        {
            "start": 821321864,
            "stop": 821322104
        },
        {
            "start": 821322324,
            "stop": 821322684
        },
        {
            "start": 821322820,
            "stop": 821323060
        },
        {
            "start": 821323218,
            "stop": 821323518
        },
        {
            "start": 821323678,
            "stop": 821323918
        },
        {
            "start": 821324095,
            "stop": 821324395
        },
        {
            "start": 821324552,
            "stop": 821325392
        },
        {
            "start": 821325537,
            "stop": 821326197
        },
        {
            "start": 821326493,
            "stop": 821327213
        },
        {
            "start": 821327382,
            "stop": 821327802
        },
        {
            "start": 821328007,
            "stop": 821328067
        },
        {
            "start": 821328254,
            "stop": 821329454
        },
        {
            "start": 821329614,
            "stop": 821330274
        },
        {
            "start": 821330451,
            "stop": 821330631
        },
        {
            "start": 821330935,
            "stop": 821331115
        },
        {
            "start": 821331485,
            "stop": 821331965
        }
    ]
}