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=29
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=30",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=28",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 29,
    "results": [
        {
            "start": 940214745,
            "stop": 940255265
        },
        {
            "start": 940263961,
            "stop": 940273618
        },
        {
            "start": 940276644,
            "stop": 940277199
        },
        {
            "start": 940283008,
            "stop": 940283708
        },
        {
            "start": 940284792,
            "stop": 940287539
        },
        {
            "start": 940294715,
            "stop": 940302470
        },
        {
            "start": 940304279,
            "stop": 940307387
        },
        {
            "start": 940308986,
            "stop": 940326148
        },
        {
            "start": 940327794,
            "stop": 940343912
        },
        {
            "start": 940348074,
            "stop": 940349055
        },
        {
            "start": 940350937,
            "stop": 940351460
        },
        {
            "start": 940352388,
            "stop": 940353112
        },
        {
            "start": 940354851,
            "stop": 940360527
        },
        {
            "start": 940362226,
            "stop": 940362821
        },
        {
            "start": 940365359,
            "stop": 940368199
        },
        {
            "start": 940372320,
            "stop": 940375958
        },
        {
            "start": 940529747,
            "stop": 940530741
        },
        {
            "start": 940534854,
            "stop": 940557107
        },
        {
            "start": 940559639,
            "stop": 940576411
        },
        {
            "start": 940589583,
            "stop": 940597981
        }
    ]
}