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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3433",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3434,
    "results": [
        {
            "start": 969742513,
            "stop": 969742569
        },
        {
            "start": 969742574,
            "stop": 969742603
        },
        {
            "start": 969742606,
            "stop": 969742701
        },
        {
            "start": 969742704,
            "stop": 969742913
        },
        {
            "start": 969742924,
            "stop": 969743081
        },
        {
            "start": 969743083,
            "stop": 969743138
        },
        {
            "start": 969743144,
            "stop": 969743147
        },
        {
            "start": 969743207,
            "stop": 969743364
        },
        {
            "start": 969743367,
            "stop": 969743368
        },
        {
            "start": 969743371,
            "stop": 969743377
        },
        {
            "start": 969743380,
            "stop": 969743406
        },
        {
            "start": 969743409,
            "stop": 969743497
        },
        {
            "start": 969743502,
            "stop": 969743510
        },
        {
            "start": 969743513,
            "stop": 969743540
        },
        {
            "start": 969743543,
            "stop": 969743621
        },
        {
            "start": 969743624,
            "stop": 969743627
        },
        {
            "start": 969743747,
            "stop": 969743755
        },
        {
            "start": 969743758,
            "stop": 969743807
        },
        {
            "start": 969743810,
            "stop": 969743835
        },
        {
            "start": 969743838,
            "stop": 969743861
        }
    ]
}