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=6357
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=6358",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6356",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6357,
    "results": [
        {
            "start": 873472635,
            "stop": 873472769
        },
        {
            "start": 873472770,
            "stop": 873472804
        },
        {
            "start": 873472805,
            "stop": 873472837
        },
        {
            "start": 873472839,
            "stop": 873474004
        },
        {
            "start": 873474006,
            "stop": 873474066
        },
        {
            "start": 873474067,
            "stop": 873474242
        },
        {
            "start": 873474243,
            "stop": 873474430
        },
        {
            "start": 873474431,
            "stop": 873474515
        },
        {
            "start": 873474516,
            "stop": 873474568
        },
        {
            "start": 873474569,
            "stop": 873474649
        },
        {
            "start": 873474650,
            "stop": 873475654
        },
        {
            "start": 873475655,
            "stop": 873475711
        },
        {
            "start": 873475712,
            "stop": 873475881
        },
        {
            "start": 873475882,
            "stop": 873475989
        },
        {
            "start": 873475990,
            "stop": 873476017
        },
        {
            "start": 873476018,
            "stop": 873476350
        },
        {
            "start": 873476352,
            "stop": 873476399
        },
        {
            "start": 873476400,
            "stop": 873476455
        },
        {
            "start": 873476456,
            "stop": 873476526
        },
        {
            "start": 873476527,
            "stop": 873476565
        }
    ]
}