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=6429
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=6430",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6428",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6429,
    "results": [
        {
            "start": 873809481,
            "stop": 873809515
        },
        {
            "start": 873809516,
            "stop": 873809691
        },
        {
            "start": 873809693,
            "stop": 873809733
        },
        {
            "start": 873809735,
            "stop": 873810172
        },
        {
            "start": 873810173,
            "stop": 873810516
        },
        {
            "start": 873810518,
            "stop": 873810621
        },
        {
            "start": 873810623,
            "stop": 873811120
        },
        {
            "start": 873811121,
            "stop": 873811248
        },
        {
            "start": 873811249,
            "stop": 873811292
        },
        {
            "start": 873811294,
            "stop": 873811690
        },
        {
            "start": 873811692,
            "stop": 873811750
        },
        {
            "start": 873811752,
            "stop": 873812140
        },
        {
            "start": 873812141,
            "stop": 873812147
        },
        {
            "start": 873812148,
            "stop": 873812522
        },
        {
            "start": 873812523,
            "stop": 873812651
        },
        {
            "start": 873812652,
            "stop": 873812734
        },
        {
            "start": 873812735,
            "stop": 873812901
        },
        {
            "start": 873812902,
            "stop": 873813067
        },
        {
            "start": 873813069,
            "stop": 873813400
        },
        {
            "start": 873813401,
            "stop": 873813527
        }
    ]
}