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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=18",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 19,
    "results": [
        {
            "start": 817765466,
            "stop": 817766187
        },
        {
            "start": 817768021,
            "stop": 817770793
        },
        {
            "start": 817774855,
            "stop": 817781842
        },
        {
            "start": 817782558,
            "stop": 817821602
        },
        {
            "start": 817822627,
            "stop": 817824113
        },
        {
            "start": 817824119,
            "stop": 817824456
        },
        {
            "start": 817828411,
            "stop": 817829006
        },
        {
            "start": 817829052,
            "stop": 817839359
        },
        {
            "start": 817841097,
            "stop": 817844322
        },
        {
            "start": 817844330,
            "stop": 817844343
        },
        {
            "start": 817844763,
            "stop": 817845366
        },
        {
            "start": 817845373,
            "stop": 817849622
        },
        {
            "start": 817850070,
            "stop": 817852413
        },
        {
            "start": 817857283,
            "stop": 817859421
        },
        {
            "start": 817861772,
            "stop": 817870638
        },
        {
            "start": 817873174,
            "stop": 817911867
        },
        {
            "start": 817911873,
            "stop": 817915217
        },
        {
            "start": 817938432,
            "stop": 817940318
        },
        {
            "start": 817941908,
            "stop": 817943228
        },
        {
            "start": 817943607,
            "stop": 817943837
        }
    ]
}