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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8549",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8550,
    "results": [
        {
            "start": 869925336,
            "stop": 869925558
        },
        {
            "start": 869925628,
            "stop": 869925635
        },
        {
            "start": 869925652,
            "stop": 869925738
        },
        {
            "start": 869925858,
            "stop": 869926004
        },
        {
            "start": 869926209,
            "stop": 869926293
        },
        {
            "start": 869926297,
            "stop": 869926307
        },
        {
            "start": 869926427,
            "stop": 869926574
        },
        {
            "start": 869926591,
            "stop": 869926712
        },
        {
            "start": 869926729,
            "stop": 869926843
        },
        {
            "start": 869926860,
            "stop": 869926901
        },
        {
            "start": 869926990,
            "stop": 869927004
        },
        {
            "start": 869927037,
            "stop": 869927409
        },
        {
            "start": 869927530,
            "stop": 869928859
        },
        {
            "start": 869928970,
            "stop": 869929065
        },
        {
            "start": 869952417,
            "stop": 869952590
        },
        {
            "start": 869952845,
            "stop": 869952904
        },
        {
            "start": 869952963,
            "stop": 869953030
        },
        {
            "start": 869953047,
            "stop": 869953070
        },
        {
            "start": 869953150,
            "stop": 869953968
        },
        {
            "start": 869954088,
            "stop": 869954092
        }
    ]
}