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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=212",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 213,
    "results": [
        {
            "start": 821672526,
            "stop": 821672586
        },
        {
            "start": 821672589,
            "stop": 821672603
        },
        {
            "start": 821672606,
            "stop": 821672622
        },
        {
            "start": 821672625,
            "stop": 821672634
        },
        {
            "start": 821672638,
            "stop": 821672643
        },
        {
            "start": 821672646,
            "stop": 821672654
        },
        {
            "start": 821672657,
            "stop": 821672681
        },
        {
            "start": 821672684,
            "stop": 821672701
        },
        {
            "start": 821672704,
            "stop": 821672739
        },
        {
            "start": 821672742,
            "stop": 821672768
        },
        {
            "start": 821672771,
            "stop": 821672799
        },
        {
            "start": 821672802,
            "stop": 821672878
        },
        {
            "start": 821672881,
            "stop": 821672893
        },
        {
            "start": 821672896,
            "stop": 821672914
        },
        {
            "start": 821672917,
            "stop": 821672995
        },
        {
            "start": 821672998,
            "stop": 821673009
        },
        {
            "start": 821673012,
            "stop": 821673024
        },
        {
            "start": 821673027,
            "stop": 821673058
        },
        {
            "start": 821673061,
            "stop": 821673077
        },
        {
            "start": 821673081,
            "stop": 821673087
        }
    ]
}