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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3174",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3175,
    "results": [
        {
            "start": 869900640,
            "stop": 869918100
        },
        {
            "start": 869918160,
            "stop": 869918760
        },
        {
            "start": 869918880,
            "stop": 869919480
        },
        {
            "start": 869919540,
            "stop": 869919788
        },
        {
            "start": 869919792,
            "stop": 869920080
        },
        {
            "start": 869920260,
            "stop": 869922550
        },
        {
            "start": 869922558,
            "stop": 869922593
        },
        {
            "start": 869922901,
            "stop": 869923380
        },
        {
            "start": 869923440,
            "stop": 869924700
        },
        {
            "start": 869924760,
            "stop": 869925566
        },
        {
            "start": 869925569,
            "stop": 869925581
        },
        {
            "start": 869925584,
            "stop": 869925586
        },
        {
            "start": 869925589,
            "stop": 869925600
        },
        {
            "start": 869925603,
            "stop": 869926293
        },
        {
            "start": 869926297,
            "stop": 869926909
        },
        {
            "start": 869926912,
            "stop": 869926920
        },
        {
            "start": 869926980,
            "stop": 869927417
        },
        {
            "start": 869927428,
            "stop": 869927450
        },
        {
            "start": 869927455,
            "stop": 869927460
        },
        {
            "start": 869927520,
            "stop": 869928867
        }
    ]
}