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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=17",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 18,
    "results": [
        {
            "start": 817266025,
            "stop": 817267645
        },
        {
            "start": 817268318,
            "stop": 817268618
        },
        {
            "start": 817268914,
            "stop": 817269454
        },
        {
            "start": 817269787,
            "stop": 817269967
        },
        {
            "start": 817270135,
            "stop": 817270195
        },
        {
            "start": 817270479,
            "stop": 817270659
        },
        {
            "start": 817270812,
            "stop": 817271472
        },
        {
            "start": 817271628,
            "stop": 817272108
        },
        {
            "start": 817272394,
            "stop": 817275334
        },
        {
            "start": 817276847,
            "stop": 817277207
        },
        {
            "start": 817277377,
            "stop": 817277437
        },
        {
            "start": 817277612,
            "stop": 817278032
        },
        {
            "start": 817278211,
            "stop": 817278991
        },
        {
            "start": 817279152,
            "stop": 817279962
        },
        {
            "start": 817280112,
            "stop": 817280532
        },
        {
            "start": 817280681,
            "stop": 817280921
        },
        {
            "start": 817281067,
            "stop": 817282027
        },
        {
            "start": 817282181,
            "stop": 817282361
        },
        {
            "start": 817282511,
            "stop": 817282631
        },
        {
            "start": 817282796,
            "stop": 817283156
        }
    ]
}