Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=182
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=181",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 182,
    "results": [
        {
            "start": 846923444,
            "stop": 846924587
        },
        {
            "start": 846930038,
            "stop": 846930307
        },
        {
            "start": 846935693,
            "stop": 846936100
        },
        {
            "start": 846940340,
            "stop": 846941490
        },
        {
            "start": 846942690,
            "stop": 846945979
        },
        {
            "start": 846946379,
            "stop": 846946408
        },
        {
            "start": 846946728,
            "stop": 846950945
        },
        {
            "start": 847001725,
            "stop": 847016116
        },
        {
            "start": 847016516,
            "stop": 847016552
        },
        {
            "start": 847016872,
            "stop": 847035523
        },
        {
            "start": 847035923,
            "stop": 847035968
        },
        {
            "start": 847036288,
            "stop": 847041583
        },
        {
            "start": 847095859,
            "stop": 847096841
        },
        {
            "start": 847097594,
            "stop": 847120098
        },
        {
            "start": 847122416,
            "stop": 847133877
        },
        {
            "start": 847181955,
            "stop": 847228176
        },
        {
            "start": 847228178,
            "stop": 847230627
        },
        {
            "start": 847231867,
            "stop": 847237364
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847264057,
            "stop": 847266140
        }
    ]
}