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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5172",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5170",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5171,
    "results": [
        {
            "start": 1137001575,
            "stop": 1137001576
        },
        {
            "start": 1137001578,
            "stop": 1137001583
        },
        {
            "start": 1137001585,
            "stop": 1137001607
        },
        {
            "start": 1137001609,
            "stop": 1137001621
        },
        {
            "start": 1137001623,
            "stop": 1137001624
        },
        {
            "start": 1137001626,
            "stop": 1137001634
        },
        {
            "start": 1137001638,
            "stop": 1137001650
        },
        {
            "start": 1137001653,
            "stop": 1137001661
        },
        {
            "start": 1137001663,
            "stop": 1137001688
        },
        {
            "start": 1137001690,
            "stop": 1137001703
        },
        {
            "start": 1137001704,
            "stop": 1137001725
        },
        {
            "start": 1137001727,
            "stop": 1137001728
        },
        {
            "start": 1137001730,
            "stop": 1137001741
        },
        {
            "start": 1137001743,
            "stop": 1137001752
        },
        {
            "start": 1137001754,
            "stop": 1137001765
        },
        {
            "start": 1137001767,
            "stop": 1137001769
        },
        {
            "start": 1137001771,
            "stop": 1137001777
        },
        {
            "start": 1137001781,
            "stop": 1137001801
        },
        {
            "start": 1137001803,
            "stop": 1137001811
        },
        {
            "start": 1137001813,
            "stop": 1137001818
        }
    ]
}