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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=278",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 279,
    "results": [
        {
            "start": 934842739,
            "stop": 934842764
        },
        {
            "start": 934842767,
            "stop": 934842771
        },
        {
            "start": 934842774,
            "stop": 934842778
        },
        {
            "start": 934842781,
            "stop": 934842786
        },
        {
            "start": 934842793,
            "stop": 934843030
        },
        {
            "start": 934843032,
            "stop": 934843033
        },
        {
            "start": 934843036,
            "stop": 934843040
        },
        {
            "start": 934843042,
            "stop": 934843058
        },
        {
            "start": 934843061,
            "stop": 934843067
        },
        {
            "start": 934843070,
            "stop": 934843086
        },
        {
            "start": 934843089,
            "stop": 934843093
        },
        {
            "start": 934843095,
            "stop": 934843101
        },
        {
            "start": 934843103,
            "stop": 934843108
        },
        {
            "start": 934843113,
            "stop": 934843296
        },
        {
            "start": 934843300,
            "stop": 934843315
        },
        {
            "start": 934843318,
            "stop": 934843319
        },
        {
            "start": 934843322,
            "stop": 934843325
        },
        {
            "start": 934843331,
            "stop": 934843344
        },
        {
            "start": 934843347,
            "stop": 934843354
        },
        {
            "start": 934843356,
            "stop": 934843372
        }
    ]
}