Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1538
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=1539",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1537",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1538,
    "results": [
        {
            "start": 874874436,
            "stop": 874874442
        },
        {
            "start": 874874446,
            "stop": 874874447
        },
        {
            "start": 874874450,
            "stop": 874874539
        },
        {
            "start": 874874543,
            "stop": 874875496
        },
        {
            "start": 874875501,
            "stop": 874875969
        },
        {
            "start": 874875972,
            "stop": 874875977
        },
        {
            "start": 874875980,
            "stop": 874875981
        },
        {
            "start": 874875984,
            "stop": 874875985
        },
        {
            "start": 874875989,
            "stop": 874875990
        },
        {
            "start": 874875993,
            "stop": 874876000
        },
        {
            "start": 874876004,
            "stop": 874878323
        },
        {
            "start": 874879899,
            "stop": 874885170
        },
        {
            "start": 874885363,
            "stop": 874935182
        },
        {
            "start": 874936157,
            "stop": 874937634
        },
        {
            "start": 874937637,
            "stop": 874937655
        },
        {
            "start": 874937661,
            "stop": 874945039
        },
        {
            "start": 874945042,
            "stop": 874945044
        },
        {
            "start": 874945047,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953584
        },
        {
            "start": 874953587,
            "stop": 874954771
        }
    ]
}