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=6628
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=6629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6627",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6628,
    "results": [
        {
            "start": 874858357,
            "stop": 874858585
        },
        {
            "start": 874858586,
            "stop": 874858618
        },
        {
            "start": 874858619,
            "stop": 874858866
        },
        {
            "start": 874859660,
            "stop": 874859804
        },
        {
            "start": 874859805,
            "stop": 874860234
        },
        {
            "start": 874860235,
            "stop": 874860486
        },
        {
            "start": 874860487,
            "stop": 874860568
        },
        {
            "start": 874860570,
            "stop": 874860626
        },
        {
            "start": 874860627,
            "stop": 874860639
        },
        {
            "start": 874860641,
            "stop": 874860713
        },
        {
            "start": 874860714,
            "stop": 874860720
        },
        {
            "start": 874860722,
            "stop": 874860832
        },
        {
            "start": 874860833,
            "stop": 874860914
        },
        {
            "start": 874860915,
            "stop": 874861462
        },
        {
            "start": 874861463,
            "stop": 874861767
        },
        {
            "start": 874861769,
            "stop": 874862160
        },
        {
            "start": 874862161,
            "stop": 874862206
        },
        {
            "start": 874862207,
            "stop": 874862290
        },
        {
            "start": 874862291,
            "stop": 874862365
        },
        {
            "start": 874862366,
            "stop": 874862795
        }
    ]
}