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=464
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=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=463",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 464,
    "results": [
        {
            "start": 821779427,
            "stop": 821779431
        },
        {
            "start": 821779434,
            "stop": 821779437
        },
        {
            "start": 821779440,
            "stop": 821779446
        },
        {
            "start": 821779449,
            "stop": 821779450
        },
        {
            "start": 821779453,
            "stop": 821779472
        },
        {
            "start": 821779475,
            "stop": 821779484
        },
        {
            "start": 821779487,
            "stop": 821779498
        },
        {
            "start": 821779507,
            "stop": 821779514
        },
        {
            "start": 821779517,
            "stop": 821779535
        },
        {
            "start": 821779538,
            "stop": 821779539
        },
        {
            "start": 821779548,
            "stop": 821779550
        },
        {
            "start": 821779554,
            "stop": 821779587
        },
        {
            "start": 821779590,
            "stop": 821779593
        },
        {
            "start": 821779597,
            "stop": 821779606
        },
        {
            "start": 821779609,
            "stop": 821779610
        },
        {
            "start": 821779614,
            "stop": 821779619
        },
        {
            "start": 821779622,
            "stop": 821779630
        },
        {
            "start": 821779633,
            "stop": 821779636
        },
        {
            "start": 821779639,
            "stop": 821779645
        },
        {
            "start": 821779651,
            "stop": 821779673
        }
    ]
}