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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46699",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46700,
    "results": [
        {
            "start": 875052215,
            "stop": 875052233
        },
        {
            "start": 875052235,
            "stop": 875052255
        },
        {
            "start": 875052256,
            "stop": 875052261
        },
        {
            "start": 875052263,
            "stop": 875052276
        },
        {
            "start": 875052278,
            "stop": 875052285
        },
        {
            "start": 875052287,
            "stop": 875052295
        },
        {
            "start": 875052296,
            "stop": 875052297
        },
        {
            "start": 875052299,
            "stop": 875052304
        },
        {
            "start": 875052305,
            "stop": 875052309
        },
        {
            "start": 875052311,
            "stop": 875052319
        },
        {
            "start": 875052321,
            "stop": 875052336
        },
        {
            "start": 875052337,
            "stop": 875052343
        },
        {
            "start": 875052344,
            "stop": 875052383
        },
        {
            "start": 875052384,
            "stop": 875052394
        },
        {
            "start": 875052395,
            "stop": 875052427
        },
        {
            "start": 875052428,
            "stop": 875052435
        },
        {
            "start": 875052436,
            "stop": 875052468
        },
        {
            "start": 875052469,
            "stop": 875052470
        },
        {
            "start": 875052471,
            "stop": 875052487
        },
        {
            "start": 875052488,
            "stop": 875052489
        }
    ]
}