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=205
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=206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=204",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 205,
    "results": [
        {
            "start": 826886575,
            "stop": 826886875
        },
        {
            "start": 826887102,
            "stop": 826887222
        },
        {
            "start": 826887368,
            "stop": 826887548
        },
        {
            "start": 826887721,
            "stop": 826887781
        },
        {
            "start": 826891937,
            "stop": 826892177
        },
        {
            "start": 826940045,
            "stop": 826940165
        },
        {
            "start": 826943657,
            "stop": 826943897
        },
        {
            "start": 826947329,
            "stop": 826947509
        },
        {
            "start": 826948009,
            "stop": 826948189
        },
        {
            "start": 826948832,
            "stop": 826949072
        },
        {
            "start": 826949732,
            "stop": 826950272
        },
        {
            "start": 826950426,
            "stop": 826950486
        },
        {
            "start": 826950628,
            "stop": 826950928
        },
        {
            "start": 826952682,
            "stop": 826952742
        },
        {
            "start": 826952909,
            "stop": 826953209
        },
        {
            "start": 826953585,
            "stop": 826953645
        },
        {
            "start": 826953980,
            "stop": 826954040
        },
        {
            "start": 826954306,
            "stop": 826954426
        },
        {
            "start": 826957712,
            "stop": 826957892
        },
        {
            "start": 826960455,
            "stop": 826960515
        }
    ]
}