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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=147",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 148,
    "results": [
        {
            "start": 823197742,
            "stop": 823197862
        },
        {
            "start": 823198400,
            "stop": 823198460
        },
        {
            "start": 823198627,
            "stop": 823198687
        },
        {
            "start": 823198921,
            "stop": 823199041
        },
        {
            "start": 823199640,
            "stop": 823199760
        },
        {
            "start": 823200303,
            "stop": 823200423
        },
        {
            "start": 823200653,
            "stop": 823200713
        },
        {
            "start": 823200856,
            "stop": 823201036
        },
        {
            "start": 823201429,
            "stop": 823201609
        },
        {
            "start": 823201884,
            "stop": 823202184
        },
        {
            "start": 823202530,
            "stop": 823202770
        },
        {
            "start": 823202999,
            "stop": 823203119
        },
        {
            "start": 823203505,
            "stop": 823203565
        },
        {
            "start": 823203780,
            "stop": 823203840
        },
        {
            "start": 823206017,
            "stop": 823206137
        },
        {
            "start": 823206438,
            "stop": 823206678
        },
        {
            "start": 823206836,
            "stop": 823206956
        },
        {
            "start": 823207095,
            "stop": 823207155
        },
        {
            "start": 823207675,
            "stop": 823207735
        },
        {
            "start": 823207887,
            "stop": 823208007
        }
    ]
}