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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=527",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=525",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 526,
    "results": [
        {
            "start": 869863130,
            "stop": 869867452
        },
        {
            "start": 869867458,
            "stop": 869867460
        },
        {
            "start": 869867520,
            "stop": 869867522
        },
        {
            "start": 869867529,
            "stop": 869868438
        },
        {
            "start": 869868750,
            "stop": 869871251
        },
        {
            "start": 869871562,
            "stop": 869882540
        },
        {
            "start": 869882577,
            "stop": 869882580
        },
        {
            "start": 869882586,
            "stop": 869919789
        },
        {
            "start": 869919792,
            "stop": 869920100
        },
        {
            "start": 869920105,
            "stop": 869922550
        },
        {
            "start": 869922558,
            "stop": 869922593
        },
        {
            "start": 869922901,
            "stop": 869925566
        },
        {
            "start": 869925569,
            "stop": 869925581
        },
        {
            "start": 869925584,
            "stop": 869925586
        },
        {
            "start": 869925589,
            "stop": 869925600
        },
        {
            "start": 869925603,
            "stop": 869926909
        },
        {
            "start": 869926912,
            "stop": 869927417
        },
        {
            "start": 869927428,
            "stop": 869927450
        },
        {
            "start": 869927455,
            "stop": 869927462
        },
        {
            "start": 869927468,
            "stop": 869928867
        }
    ]
}