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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=416",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 417,
    "results": [
        {
            "start": 940255192,
            "stop": 940255214
        },
        {
            "start": 940255218,
            "stop": 940255250
        },
        {
            "start": 940263961,
            "stop": 940267155
        },
        {
            "start": 940267158,
            "stop": 940273603
        },
        {
            "start": 940276644,
            "stop": 940277184
        },
        {
            "start": 940283008,
            "stop": 940283693
        },
        {
            "start": 940284792,
            "stop": 940287539
        },
        {
            "start": 940294715,
            "stop": 940302455
        },
        {
            "start": 940304279,
            "stop": 940307372
        },
        {
            "start": 940308986,
            "stop": 940326133
        },
        {
            "start": 940327794,
            "stop": 940343140
        },
        {
            "start": 940343143,
            "stop": 940343896
        },
        {
            "start": 940348074,
            "stop": 940349040
        },
        {
            "start": 940350937,
            "stop": 940351460
        },
        {
            "start": 940352388,
            "stop": 940353097
        },
        {
            "start": 940354851,
            "stop": 940360512
        },
        {
            "start": 940362226,
            "stop": 940362806
        },
        {
            "start": 940365359,
            "stop": 940368199
        },
        {
            "start": 940372320,
            "stop": 940375943
        },
        {
            "start": 940529747,
            "stop": 940530726
        }
    ]
}