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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=530",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=528",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 529,
    "results": [
        {
            "start": 870031488,
            "stop": 870031573
        },
        {
            "start": 870031834,
            "stop": 870033884
        },
        {
            "start": 870034186,
            "stop": 870038404
        },
        {
            "start": 870040300,
            "stop": 870045137
        },
        {
            "start": 870045143,
            "stop": 870045156
        },
        {
            "start": 870045158,
            "stop": 870046092
        },
        {
            "start": 870046418,
            "stop": 870052047
        },
        {
            "start": 870052201,
            "stop": 870058000
        },
        {
            "start": 870058300,
            "stop": 870058416
        },
        {
            "start": 870058716,
            "stop": 870059852
        },
        {
            "start": 870065090,
            "stop": 870067988
        },
        {
            "start": 870068098,
            "stop": 870068155
        },
        {
            "start": 870068455,
            "stop": 870071463
        },
        {
            "start": 870071573,
            "stop": 870071623
        },
        {
            "start": 870071923,
            "stop": 870085715
        },
        {
            "start": 870085717,
            "stop": 870097550
        },
        {
            "start": 870097555,
            "stop": 870097562
        },
        {
            "start": 870097568,
            "stop": 870097582
        },
        {
            "start": 870097588,
            "stop": 870097887
        },
        {
            "start": 870097893,
            "stop": 870097942
        }
    ]
}