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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1332",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1333,
    "results": [
        {
            "start": 843843395,
            "stop": 843843404
        },
        {
            "start": 843843407,
            "stop": 843843412
        },
        {
            "start": 843843421,
            "stop": 843843424
        },
        {
            "start": 843843427,
            "stop": 843843436
        },
        {
            "start": 843843439,
            "stop": 843843454
        },
        {
            "start": 843843458,
            "stop": 843843468
        },
        {
            "start": 843843473,
            "stop": 843843476
        },
        {
            "start": 843843480,
            "stop": 843843485
        },
        {
            "start": 843843488,
            "stop": 843843490
        },
        {
            "start": 843843496,
            "stop": 843843500
        },
        {
            "start": 843843508,
            "stop": 843843528
        },
        {
            "start": 843843531,
            "stop": 843843547
        },
        {
            "start": 843843551,
            "stop": 843843585
        },
        {
            "start": 843843588,
            "stop": 843843606
        },
        {
            "start": 843843610,
            "stop": 843843619
        },
        {
            "start": 843843622,
            "stop": 843843629
        },
        {
            "start": 843843633,
            "stop": 843843640
        },
        {
            "start": 843843643,
            "stop": 843843654
        },
        {
            "start": 843843657,
            "stop": 843843665
        },
        {
            "start": 843843668,
            "stop": 843843673
        }
    ]
}