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=880
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=881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=879",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 880,
    "results": [
        {
            "start": 866257828,
            "stop": 866258218
        },
        {
            "start": 866258308,
            "stop": 866258368
        },
        {
            "start": 866258398,
            "stop": 866258638
        },
        {
            "start": 866258788,
            "stop": 866259118
        },
        {
            "start": 866261022,
            "stop": 866261322
        },
        {
            "start": 866261472,
            "stop": 866262102
        },
        {
            "start": 866263901,
            "stop": 866263961
        },
        {
            "start": 866264111,
            "stop": 866264861
        },
        {
            "start": 866265011,
            "stop": 866265791
        },
        {
            "start": 866265941,
            "stop": 866266841
        },
        {
            "start": 866266991,
            "stop": 866267261
        },
        {
            "start": 866267411,
            "stop": 866267651
        },
        {
            "start": 866267801,
            "stop": 866268071
        },
        {
            "start": 866268221,
            "stop": 866268641
        },
        {
            "start": 866271160,
            "stop": 866271820
        },
        {
            "start": 866271970,
            "stop": 866272720
        },
        {
            "start": 866272870,
            "stop": 866273260
        },
        {
            "start": 866273290,
            "stop": 866273590
        },
        {
            "start": 866273740,
            "stop": 866274370
        },
        {
            "start": 866274520,
            "stop": 866274730
        }
    ]
}