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=522
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=523",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=521",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 522,
    "results": [
        {
            "start": 869522668,
            "stop": 869522719
        },
        {
            "start": 869522722,
            "stop": 869522931
        },
        {
            "start": 869522934,
            "stop": 869524013
        },
        {
            "start": 869526206,
            "stop": 869526660
        },
        {
            "start": 869526720,
            "stop": 869527147
        },
        {
            "start": 869527150,
            "stop": 869528242
        },
        {
            "start": 869528245,
            "stop": 869528280
        },
        {
            "start": 869528340,
            "stop": 869528411
        },
        {
            "start": 869528414,
            "stop": 869535318
        },
        {
            "start": 869537422,
            "stop": 869540499
        },
        {
            "start": 869541031,
            "stop": 869541290
        },
        {
            "start": 869541400,
            "stop": 869541740
        },
        {
            "start": 869542227,
            "stop": 869544038
        },
        {
            "start": 869544113,
            "stop": 869557739
        },
        {
            "start": 869557742,
            "stop": 869572920
        },
        {
            "start": 869572985,
            "stop": 869579810
        },
        {
            "start": 869579818,
            "stop": 869579837
        },
        {
            "start": 869579843,
            "stop": 869580060
        },
        {
            "start": 869580120,
            "stop": 869581028
        },
        {
            "start": 869581033,
            "stop": 869583420
        }
    ]
}