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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=570",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=568",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 569,
    "results": [
        {
            "start": 832807186,
            "stop": 832807588
        },
        {
            "start": 832807908,
            "stop": 832808298
        },
        {
            "start": 832808698,
            "stop": 832812537
        },
        {
            "start": 832813184,
            "stop": 832813600
        },
        {
            "start": 832814247,
            "stop": 832821912
        },
        {
            "start": 832824372,
            "stop": 832824873
        },
        {
            "start": 832825273,
            "stop": 832837241
        },
        {
            "start": 832837561,
            "stop": 832837805
        },
        {
            "start": 832838205,
            "stop": 832852993
        },
        {
            "start": 832855777,
            "stop": 832858393
        },
        {
            "start": 832859352,
            "stop": 832860478
        },
        {
            "start": 832861690,
            "stop": 832865473
        },
        {
            "start": 832866437,
            "stop": 832882587
        },
        {
            "start": 832883900,
            "stop": 832884946
        },
        {
            "start": 832884948,
            "stop": 832885930
        },
        {
            "start": 832885932,
            "stop": 832886354
        },
        {
            "start": 832886356,
            "stop": 832886566
        },
        {
            "start": 832886567,
            "stop": 832887253
        },
        {
            "start": 832887255,
            "stop": 832888154
        },
        {
            "start": 832888156,
            "stop": 832888218
        }
    ]
}