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/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=8",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 9,
    "results": [
        {
            "start": 932434417,
            "stop": 932435310
        },
        {
            "start": 932435651,
            "stop": 932435804
        },
        {
            "start": 932441350,
            "stop": 932463684
        },
        {
            "start": 932465416,
            "stop": 932466948
        },
        {
            "start": 932470756,
            "stop": 932486969
        },
        {
            "start": 932492038,
            "stop": 932494808
        },
        {
            "start": 932495918,
            "stop": 932496499
        },
        {
            "start": 932498631,
            "stop": 932504662
        },
        {
            "start": 932505817,
            "stop": 932521140
        },
        {
            "start": 932521942,
            "stop": 932522260
        },
        {
            "start": 932524282,
            "stop": 932525215
        },
        {
            "start": 932526160,
            "stop": 932529575
        },
        {
            "start": 932530779,
            "stop": 932537327
        },
        {
            "start": 932540797,
            "stop": 932547500
        },
        {
            "start": 932550889,
            "stop": 932559582
        },
        {
            "start": 932562483,
            "stop": 932566386
        },
        {
            "start": 932587098,
            "stop": 932592890
        },
        {
            "start": 932594634,
            "stop": 932601608
        },
        {
            "start": 932603799,
            "stop": 932611875
        },
        {
            "start": 932616154,
            "stop": 932619001
        }
    ]
}