Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=33",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 34,
    "results": [
        {
            "start": 817903433,
            "stop": 817903853
        },
        {
            "start": 817904254,
            "stop": 817904794
        },
        {
            "start": 817905064,
            "stop": 817905304
        },
        {
            "start": 817905552,
            "stop": 817905732
        },
        {
            "start": 817906533,
            "stop": 817906593
        },
        {
            "start": 817906897,
            "stop": 817907017
        },
        {
            "start": 817907576,
            "stop": 817907636
        },
        {
            "start": 817907808,
            "stop": 817907868
        },
        {
            "start": 817908261,
            "stop": 817908381
        },
        {
            "start": 817982344,
            "stop": 817982584
        },
        {
            "start": 817983013,
            "stop": 817983073
        },
        {
            "start": 817983361,
            "stop": 817983481
        },
        {
            "start": 817983688,
            "stop": 817983748
        },
        {
            "start": 817984982,
            "stop": 817985102
        },
        {
            "start": 817987673,
            "stop": 817987793
        },
        {
            "start": 817988154,
            "stop": 817988214
        },
        {
            "start": 817988879,
            "stop": 817988939
        },
        {
            "start": 817989881,
            "stop": 817990061
        },
        {
            "start": 817990586,
            "stop": 817990646
        },
        {
            "start": 817991432,
            "stop": 817991492
        }
    ]
}