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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=376",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 377,
    "results": [
        {
            "start": 1181976645,
            "stop": 1181976646
        },
        {
            "start": 1181976649,
            "stop": 1181976651
        },
        {
            "start": 1181976657,
            "stop": 1181977606
        },
        {
            "start": 1181977607,
            "stop": 1181977614
        },
        {
            "start": 1181981351,
            "stop": 1181981432
        },
        {
            "start": 1181985023,
            "stop": 1181985111
        },
        {
            "start": 1181985112,
            "stop": 1181985511
        },
        {
            "start": 1181985512,
            "stop": 1181985552
        },
        {
            "start": 1181985553,
            "stop": 1181985560
        },
        {
            "start": 1181985564,
            "stop": 1181985568
        },
        {
            "start": 1181985573,
            "stop": 1181985599
        },
        {
            "start": 1181985600,
            "stop": 1181985627
        },
        {
            "start": 1181985633,
            "stop": 1181985634
        },
        {
            "start": 1181985640,
            "stop": 1181985641
        },
        {
            "start": 1181985646,
            "stop": 1181985650
        },
        {
            "start": 1181985651,
            "stop": 1181985655
        },
        {
            "start": 1181985659,
            "stop": 1181985660
        },
        {
            "start": 1181985661,
            "stop": 1181985668
        },
        {
            "start": 1181998224,
            "stop": 1181999293
        },
        {
            "start": 1181999295,
            "stop": 1181999301
        }
    ]
}