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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6622",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6620",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6621,
    "results": [
        {
            "start": 874813958,
            "stop": 874813979
        },
        {
            "start": 874813980,
            "stop": 874814347
        },
        {
            "start": 874814348,
            "stop": 874815034
        },
        {
            "start": 874815035,
            "stop": 874815208
        },
        {
            "start": 874815209,
            "stop": 874815487
        },
        {
            "start": 874815488,
            "stop": 874815974
        },
        {
            "start": 874815975,
            "stop": 874816067
        },
        {
            "start": 874816069,
            "stop": 874816372
        },
        {
            "start": 874816373,
            "stop": 874816466
        },
        {
            "start": 874816467,
            "stop": 874816743
        },
        {
            "start": 874816744,
            "stop": 874816808
        },
        {
            "start": 874816809,
            "stop": 874817128
        },
        {
            "start": 874817129,
            "stop": 874817180
        },
        {
            "start": 874817181,
            "stop": 874817589
        },
        {
            "start": 874819487,
            "stop": 874819778
        },
        {
            "start": 874819779,
            "stop": 874820178
        },
        {
            "start": 874820179,
            "stop": 874820338
        },
        {
            "start": 874820339,
            "stop": 874821149
        },
        {
            "start": 874821151,
            "stop": 874821813
        },
        {
            "start": 874821814,
            "stop": 874821969
        }
    ]
}