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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=321",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 322,
    "results": [
        {
            "start": 821351869,
            "stop": 821352119
        },
        {
            "start": 821352122,
            "stop": 821352193
        },
        {
            "start": 821352196,
            "stop": 821352216
        },
        {
            "start": 821352219,
            "stop": 821352223
        },
        {
            "start": 821352226,
            "stop": 821352242
        },
        {
            "start": 821352249,
            "stop": 821352656
        },
        {
            "start": 821352659,
            "stop": 821352717
        },
        {
            "start": 821352721,
            "stop": 821352735
        },
        {
            "start": 821352738,
            "stop": 821352810
        },
        {
            "start": 821352813,
            "stop": 821352870
        },
        {
            "start": 821352873,
            "stop": 821353004
        },
        {
            "start": 821353011,
            "stop": 821353012
        },
        {
            "start": 821353015,
            "stop": 821353073
        },
        {
            "start": 821353076,
            "stop": 821353102
        },
        {
            "start": 821353109,
            "stop": 821353125
        },
        {
            "start": 821353131,
            "stop": 821353154
        },
        {
            "start": 821353157,
            "stop": 821353284
        },
        {
            "start": 821353287,
            "stop": 821353307
        },
        {
            "start": 821353314,
            "stop": 821353317
        },
        {
            "start": 821353324,
            "stop": 821353434
        }
    ]
}