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=3176
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=3177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3175",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3176,
    "results": [
        {
            "start": 869928873,
            "stop": 869928900
        },
        {
            "start": 869928960,
            "stop": 869929065
        },
        {
            "start": 869949586,
            "stop": 869949604
        },
        {
            "start": 869949960,
            "stop": 869950448
        },
        {
            "start": 869951160,
            "stop": 869951896
        },
        {
            "start": 869952196,
            "stop": 869952600
        },
        {
            "start": 869952720,
            "stop": 869952779
        },
        {
            "start": 869952845,
            "stop": 869952912
        },
        {
            "start": 869952921,
            "stop": 869952931
        },
        {
            "start": 869952938,
            "stop": 869953080
        },
        {
            "start": 869953140,
            "stop": 869954170
        },
        {
            "start": 869954175,
            "stop": 869954380
        },
        {
            "start": 869954686,
            "stop": 869954888
        },
        {
            "start": 869955227,
            "stop": 869955922
        },
        {
            "start": 869955935,
            "stop": 869955937
        },
        {
            "start": 869955943,
            "stop": 869955957
        },
        {
            "start": 869956080,
            "stop": 869957024
        },
        {
            "start": 869957265,
            "stop": 869958212
        },
        {
            "start": 869958218,
            "stop": 869958240
        },
        {
            "start": 869958360,
            "stop": 869958577
        }
    ]
}